#D44185

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

Shades of Deep Cerise #D44185

Tints of Deep Cerise #D44185

Color information

#D44185 (or 0xD44185) is unknown color: approx Deep Cerise. HEX triplet: D4, 41 and 85. RGB value is (212,65,133). Sum of RGB (Red+Green+Blue) = 212+65+133=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D44185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44185 is #2BBE7A. Grayscale: #747474. Windows color (decimal): -2866811 or 8733140. OLE color: 8733140.

HSL color Cylindrical-coordinate representation of color #D44185: hue angle of 332.24º degrees, saturation: 0.63, 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 #D44185 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB21265133-
CMYK00.690.370.17
HSL332.24º63.09%54.31%-
HSV(B)332.24º69.34%83.14%-
XYZ33.2819.4724.19-
YUV116.71137.2195.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.71%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=51.71%
G=15.85%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126513300.690.370.17332.2463.0954.31
HexD44185045251114c3f36
Octal324101205010545215147766
Binary110101001000001100001010100010110010110001101001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44185; }

 p { color: rgb(212,65,133); }

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

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

 a { background-color: rgb(212,65,133); }

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

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

 span { border-color: rgb(212,65,133); }

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