#D34081

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

Shades of Deep Cerise #D34081

Tints of Deep Cerise #D34081

Color information

#D34081 (or 0xD34081) is unknown color: approx Deep Cerise. HEX triplet: D3, 40 and 81. RGB value is (211,64,129). Sum of RGB (Red+Green+Blue) = 211+64+129=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D34081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34081 is #2CBF7E. Grayscale: #737373. Windows color (decimal): -2932607 or 8470739. OLE color: 8470739.

HSL color Cylindrical-coordinate representation of color #D34081: hue angle of 333.47º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34081 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB21164129-
CMYK00.700.390.17
HSL333.47º62.55%53.92%-
HSV(B)333.47º69.67%82.75%-
XYZ32.6619.122.73-
YUV115.36135.7196.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.23%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=52.23%
G=15.84%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116412900.700.390.17333.4762.5553.92
HexD34081046271114d3f36
Octal323100201010647215157766
Binary110100111000000100000010100011010011110001101001101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34081; }

 p { color: rgb(211,64,129); }

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

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

 a { background-color: rgb(211,64,129); }

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

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

 span { border-color: rgb(211,64,129); }

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