#D43B80

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

Shades of Deep Cerise #D43B80

Tints of Deep Cerise #D43B80

Color information

#D43B80 (or 0xD43B80) is unknown color: approx Deep Cerise. HEX triplet: D4, 3B and 80. RGB value is (212,59,128). Sum of RGB (Red+Green+Blue) = 212+59+128=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43B80 is #2BC47F. Grayscale: #707070. Windows color (decimal): -2868352 or 8403924. OLE color: 8403924.

HSL color Cylindrical-coordinate representation of color #D43B80: hue angle of 332.94º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43B80 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB21259128-
CMYK00.720.400.17
HSL332.94º64.02%53.14%-
HSV(B)332.94º72.17%83.14%-
XYZ32.6118.6822.31-
YUV112.61136.69198.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.13%
GREEN value IS 59 (23.44% from 255) = 14.79%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=53.13%
G=14.79%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125912800.720.400.17332.9464.0253.14
HexD43B80048281114d4035
Octal324732000110502151510065
Binary110101001110111000000001001000101000100011010011011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43B80; }

 p { color: rgb(212,59,128); }

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

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

 a { background-color: rgb(212,59,128); }

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

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

 span { border-color: rgb(212,59,128); }

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