#D43B78

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

Shades of Deep Cerise #D43B78

Tints of Deep Cerise #D43B78

Color information

#D43B78 (or 0xD43B78) is unknown color: approx Deep Cerise. HEX triplet: D4, 3B and 78. RGB value is (212,59,120). Sum of RGB (Red+Green+Blue) = 212+59+120=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43B78 is #2BC487. Grayscale: #6F6F6F. Windows color (decimal): -2868360 or 7879636. OLE color: 7879636.

HSL color Cylindrical-coordinate representation of color #D43B78: hue angle of 336.08º 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 #D43B78 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB21259120-
CMYK00.720.430.17
HSL336.08º64.02%53.14%-
HSV(B)336.08º72.17%83.14%-
XYZ32.1118.4819.64-
YUV111.7132.69199.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.22%
GREEN value IS 59 (23.44% from 255) = 15.09%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=54.22%
G=15.09%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125912000.720.430.17336.0864.0253.14
HexD43B780482B111504035
Octal324731700110532152010065
Binary11010100111011111100001001000101011100011010100001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43B78; }

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

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

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

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

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

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

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

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