#D44281

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

Shades of Deep Cerise #D44281

Tints of Deep Cerise #D44281

Color information

#D44281 (or 0xD44281) is unknown color: approx Deep Cerise. HEX triplet: D4, 42 and 81. RGB value is (212,66,129). Sum of RGB (Red+Green+Blue) = 212+66+129=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D44281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44281 is #2BBD7E. Grayscale: #747474. Windows color (decimal): -2866559 or 8471252. OLE color: 8471252.

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

Color convert

RGB21266129-
CMYK00.690.390.17
HSL334.11º62.93%54.51%-
HSV(B)334.11º68.87%83.14%-
XYZ33.0619.4822.79-
YUV116.84134.87195.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.09%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=52.09%
G=16.22%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126612900.690.390.17334.1162.9354.51
HexD44281045271114e3f37
Octal324102201010547215167767
Binary110101001000010100000010100010110011110001101001110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44281; }

 p { color: rgb(212,66,129); }

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

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

 a { background-color: rgb(212,66,129); }

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

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

 span { border-color: rgb(212,66,129); }

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