#D32588

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

Shades of Deep Cerise #D32588

Tints of Deep Cerise #D32588

Color information

#D32588 (or 0xD32588) is unknown color: approx Deep Cerise. HEX triplet: D3, 25 and 88. RGB value is (211,37,136). Sum of RGB (Red+Green+Blue) = 211+37+136=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D32588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32588 is #2CDA77. Grayscale: #646464. Windows color (decimal): -2939512 or 8922579. OLE color: 8922579.

HSL color Cylindrical-coordinate representation of color #D32588: hue angle of 325.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32588 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB21137136-
CMYK00.820.360.17
HSL325.86º70.16%48.63%-
HSV(B)325.86º82.46%82.75%-
XYZ31.9716.9524.88-
YUV100.31148.15206.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.95%
GREEN value IS 37 (14.84% from 255) = 9.64%
BLUE value IS 136 (53.52% from 255) = 35.42%
R=54.95%
G=9.64%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113713600.820.360.17325.8670.1648.63
HexD3258805224111464631
Octal323452100122442150610661
Binary110100111001011000100001010010100100100011010001101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32588; }

 p { color: rgb(211,37,136); }

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

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

 a { background-color: rgb(211,37,136); }

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

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

 span { border-color: rgb(211,37,136); }

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