#D2306E

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

Shades of Cerise #D2306E

Tints of Cerise #D2306E

Color information

#D2306E (or 0xD2306E) is unknown color: approx Cerise. HEX triplet: D2, 30 and 6E. RGB value is (210,48,110). Sum of RGB (Red+Green+Blue) = 210+48+110=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2306E is #2DCF91. Grayscale: #676767. Windows color (decimal): -3002258 or 7221458. OLE color: 7221458.

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

Color convert

RGB21048110-
CMYK00.770.480.18
HSL337.04º64.29%50.59%-
HSV(B)337.04º77.14%82.35%-
XYZ30.4516.9416.42-
YUV103.51131.67203.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.07%
GREEN value IS 48 (19.14% from 255) = 13.04%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=57.07%
G=13.04%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104811000.770.480.18337.0464.2950.59
HexD2306E04D30121514033
Octal322601560115602252110063
Binary11010010110000110111001001101110000100101010100011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2306E; }

 p { color: rgb(210,48,110); }

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

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

 a { background-color: rgb(210,48,110); }

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

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

 span { border-color: rgb(210,48,110); }

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