#D13776

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

Shades of Deep Cerise #D13776

Tints of Deep Cerise #D13776

Color information

#D13776 (or 0xD13776) is unknown color: approx Deep Cerise. HEX triplet: D1, 37 and 76. RGB value is (209,55,118). Sum of RGB (Red+Green+Blue) = 209+55+118=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D13776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13776 is #2EC889. Grayscale: #6C6C6C. Windows color (decimal): -3065994 or 7747537. OLE color: 7747537.

HSL color Cylindrical-coordinate representation of color #D13776: hue angle of 335.45º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13776 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20955118-
CMYK00.740.440.18
HSL335.45º62.6%51.76%-
HSV(B)335.45º73.68%81.96%-
XYZ30.9317.618.91-
YUV108.23133.52199.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.71%
GREEN value IS 55 (21.88% from 255) = 14.40%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=54.71%
G=14.40%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095511800.740.440.18335.4562.651.76
HexD1377604A2C1214f3f34
Octal32167166011254225177764
Binary1101000111011111101100100101010110010010101001111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13776; }

 p { color: rgb(209,55,118); }

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

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

 a { background-color: rgb(209,55,118); }

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

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

 span { border-color: rgb(209,55,118); }

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