#D2317F

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

Shades of Deep Cerise #D2317F

Tints of Deep Cerise #D2317F

Color information

#D2317F (or 0xD2317F) is unknown color: approx Deep Cerise. HEX triplet: D2, 31 and 7F. RGB value is (210,49,127). Sum of RGB (Red+Green+Blue) = 210+49+127=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2317F is #2DCE80. Grayscale: #696969. Windows color (decimal): -3001985 or 8335826. OLE color: 8335826.

HSL color Cylindrical-coordinate representation of color #D2317F: hue angle of 330.93º 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 #D2317F is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB21049127-
CMYK00.770.400.18
HSL330.93º64.14%50.78%-
HSV(B)330.93º76.67%82.35%-
XYZ31.5117.4321.78-
YUV106.03139.84202.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.40%
GREEN value IS 49 (19.53% from 255) = 12.69%
BLUE value IS 127 (50% from 255) = 32.90%
R=54.40%
G=12.69%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104912700.770.400.18330.9364.1450.78
HexD2317F04D281214b4033
Octal322611770115502251310063
Binary11010010110001111111101001101101000100101010010111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2317F; }

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

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

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

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

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

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

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

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