#D93589

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

Shades of Deep Cerise #D93589

Tints of Deep Cerise #D93589

Color information

#D93589 (or 0xD93589) is unknown color: approx Deep Cerise. HEX triplet: D9, 35 and 89. RGB value is (217,53,137). Sum of RGB (Red+Green+Blue) = 217+53+137=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D93589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93589 is #26CA76. Grayscale: #6F6F6F. Windows color (decimal): -2542199 or 8992217. OLE color: 8992217.

HSL color Cylindrical-coordinate representation of color #D93589: hue angle of 329.27º 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 #D93589 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB21753137-
CMYK00.760.370.15
HSL329.27º68.33%52.94%-
HSV(B)329.27º75.58%85.1%-
XYZ34.419.125.54-
YUV111.61142.33203.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.32%
GREEN value IS 53 (21.09% from 255) = 13.02%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=53.32%
G=13.02%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175313700.760.370.15329.2768.3352.94
HexD9358904C25F1494435
Octal331652110114451751110465
Binary11011001110101100010010100110010010111111010010011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93589; }

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

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

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

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

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

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

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

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