#D43A8E

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

Shades of Deep Cerise #D43A8E

Tints of Deep Cerise #D43A8E

Color information

#D43A8E (or 0xD43A8E) is unknown color: approx Deep Cerise. HEX triplet: D4, 3A and 8E. RGB value is (212,58,142). Sum of RGB (Red+Green+Blue) = 212+58+142=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43A8E is #2BC571. Grayscale: #717171. Windows color (decimal): -2868594 or 9321172. OLE color: 9321172.

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

Color convert

RGB21258142-
CMYK00.730.330.17
HSL327.27º64.17%52.94%-
HSV(B)327.27º72.64%83.14%-
XYZ33.5518.9827.49-
YUV113.62144.02198.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.46%
GREEN value IS 58 (23.05% from 255) = 14.08%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=51.46%
G=14.08%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125814200.730.330.17327.2764.1752.94
HexD43A8E04921111474035
Octal324722160111412150710065
Binary110101001110101000111001001001100001100011010001111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43A8E; }

 p { color: rgb(212,58,142); }

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

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

 a { background-color: rgb(212,58,142); }

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

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

 span { border-color: rgb(212,58,142); }

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