#D93576

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

Shades of Deep Cerise #D93576

Tints of Deep Cerise #D93576

Color information

#D93576 (or 0xD93576) is unknown color: approx Deep Cerise. HEX triplet: D9, 35 and 76. RGB value is (217,53,118). Sum of RGB (Red+Green+Blue) = 217+53+118=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D93576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93576 is #26CA89. Grayscale: #6D6D6D. Windows color (decimal): -2542218 or 7747033. OLE color: 7747033.

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

Color convert

RGB21753118-
CMYK00.760.460.15
HSL336.22º68.33%52.94%-
HSV(B)336.22º75.58%85.1%-
XYZ33.1618.6118.98-
YUV109.45132.83204.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.93%
GREEN value IS 53 (21.09% from 255) = 13.66%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=55.93%
G=13.66%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175311800.760.460.15336.2268.3352.94
HexD9357604C2EF1504435
Octal331651660114561752010465
Binary1101100111010111101100100110010111011111010100001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93576; }

 p { color: rgb(217,53,118); }

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

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

 a { background-color: rgb(217,53,118); }

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

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

 span { border-color: rgb(217,53,118); }

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