#D8306F

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

Shades of Cerise #D8306F

Tints of Cerise #D8306F

Color information

#D8306F (or 0xD8306F) is unknown color: approx Cerise. HEX triplet: D8, 30 and 6F. RGB value is (216,48,111). Sum of RGB (Red+Green+Blue) = 216+48+111=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8306F is #27CF90. Grayscale: #696969. Windows color (decimal): -2609041 or 7287000. OLE color: 7287000.

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

Color convert

RGB21648111-
CMYK00.780.490.15
HSL337.5º68.29%51.76%-
HSV(B)337.5º77.78%84.71%-
XYZ32.2517.8616.79-
YUV105.41131.16206.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.6%
GREEN value IS 48 (19.14% from 255) = 12.8%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=57.6%
G=12.8%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2164811100.780.490.15337.568.2951.76
HexD8306F04E31F1524434
Octal330601570116611752210464
Binary1101100011000011011110100111011000111111010100101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8306F; }

 p { color: rgb(216,48,111); }

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

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

 a { background-color: rgb(216,48,111); }

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

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

 span { border-color: rgb(216,48,111); }

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