#D9306E

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

Shades of Cerise #D9306E

Tints of Cerise #D9306E

Color information

#D9306E (or 0xD9306E) is unknown color: approx Cerise. HEX triplet: D9, 30 and 6E. RGB value is (217,48,110). Sum of RGB (Red+Green+Blue) = 217+48+110=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9306E is #26CF91. Grayscale: #696969. Windows color (decimal): -2543506 or 7221465. OLE color: 7221465.

HSL color Cylindrical-coordinate representation of color #D9306E: hue angle of 337.99º degrees, saturation: 0.69, 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 #D9306E is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21748110-
CMYK00.780.490.15
HSL337.99º68.98%51.96%-
HSV(B)337.99º77.88%85.1%-
XYZ32.4917.9916.51-
YUV105.6130.49207.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.87%
GREEN value IS 48 (19.14% from 255) = 12.8%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=57.87%
G=12.8%
B=29.33%

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
Decimal2174811000.780.490.15337.9968.9851.96
HexD9306E04E31F1524534
Octal331601560116611752210564
Binary1101100111000011011100100111011000111111010100101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9306E; }

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

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

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

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

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

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

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

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