#D2317E

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

Shades of Deep Cerise #D2317E

Tints of Deep Cerise #D2317E

Color information

#D2317E (or 0xD2317E) is unknown color: approx Deep Cerise. HEX triplet: D2, 31 and 7E. RGB value is (210,49,126). Sum of RGB (Red+Green+Blue) = 210+49+126=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2317E is #2DCE81. Grayscale: #696969. Windows color (decimal): -3001986 or 8270290. OLE color: 8270290.

HSL color Cylindrical-coordinate representation of color #D2317E: hue angle of 331.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2317E is Cyan = 0, Magento = 0.77, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB21049126-
CMYK00.770.40.18
HSL331.3º64.14%50.78%-
HSV(B)331.3º76.67%82.35%-
XYZ31.4417.421.44-
YUV105.92139.34202.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.55%
GREEN value IS 49 (19.53% from 255) = 12.73%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=54.55%
G=12.73%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104912600.770.40.18331.364.1450.78
HexD2317E04D281214b4033
Octal322611760115502251310063
Binary11010010110001111111001001101101000100101010010111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2317E; }

 p { color: rgb(210,49,126); }

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

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

 a { background-color: rgb(210,49,126); }

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

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

 span { border-color: rgb(210,49,126); }

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