#D34187

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

Shades of Deep Cerise #D34187

Tints of Deep Cerise #D34187

Color information

#D34187 (or 0xD34187) is unknown color: approx Deep Cerise. HEX triplet: D3, 41 and 87. RGB value is (211,65,135). Sum of RGB (Red+Green+Blue) = 211+65+135=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D34187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34187 is #2CBE78. Grayscale: #747474. Windows color (decimal): -2932345 or 8864211. OLE color: 8864211.

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

Color convert

RGB21165135-
CMYK00.690.360.17
HSL331.23º62.39%54.12%-
HSV(B)331.23º69.19%82.75%-
XYZ33.1319.3824.92-
YUV116.63138.37195.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.34%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=51.34%
G=15.82%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116513500.690.360.17331.2362.3954.12
HexD34187045241114b3e36
Octal323101207010544215137666
Binary110100111000001100001110100010110010010001101001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34187; }

 p { color: rgb(211,65,135); }

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

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

 a { background-color: rgb(211,65,135); }

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

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

 span { border-color: rgb(211,65,135); }

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