#D93B71

Color #D93B71 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D93B71

Tints of Cerise #D93B71

Color information

#D93B71 (or 0xD93B71) is unknown color: approx Cerise. HEX triplet: D9, 3B and 71. RGB value is (217,59,113). Sum of RGB (Red+Green+Blue) = 217+59+113=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B71 is #26C48E. Grayscale: #707070. Windows color (decimal): -2540687 or 7420889. OLE color: 7420889.

HSL color Cylindrical-coordinate representation of color #D93B71: hue angle of 339.49º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93B71 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB21759113-
CMYK00.730.480.15
HSL339.49º67.52%54.12%-
HSV(B)339.49º72.81%85.1%-
XYZ33.1619.0717.56-
YUV112.4128.35202.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 55.78%
GREEN value IS 59 (23.44% from 255) = 15.17%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=55.78%
G=15.17%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175911300.730.480.15339.4967.5254.12
HexD93B7104930F1534436
Octal331731610111601752310466
Binary1101100111101111100010100100111000011111010100111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93B71; }

 p { color: rgb(217,59,113); }

 H1.HeaderClassName
 {
   color: #D93B71;
 }
 .AnyTagClassName
 {
   color: #D93B71;
 }
</style>
background-color css

<style>
 a { background-color: #D93B71; }

 a { background-color: rgb(217,59,113); }

 div.DivClassName
 {
   background-color: #D93B71;
 }
 .BgClassName
 {
   background-color: #D93B71;
 }
</style>
border-color css

<style>
 span { border-color: #D93B71; }

 span { border-color: rgb(217,59,113); }

 td.TdClassName
 {
   border-color: #D93B71;
 }
 .TagClassName
 {
   border-color: #D93B71;
 }
</style>