#D43A98

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

Shades of Deep Cerise #D43A98

Tints of Deep Cerise #D43A98

Color information

#D43A98 (or 0xD43A98) is unknown color: approx Deep Cerise. HEX triplet: D4, 3A and 98. RGB value is (212,58,152). Sum of RGB (Red+Green+Blue) = 212+58+152=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43A98 is #2BC567. Grayscale: #727272. Windows color (decimal): -2868584 or 9976532. OLE color: 9976532.

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

Color convert

RGB21258152-
CMYK00.730.280.17
HSL323.38º64.17%52.94%-
HSV(B)323.38º72.64%83.14%-
XYZ34.3319.2931.62-
YUV114.76149.02197.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.24%
GREEN value IS 58 (23.05% from 255) = 13.74%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=50.24%
G=13.74%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125815200.730.280.17323.3864.1752.94
HexD43A980491C111434035
Octal324722300111342150310065
Binary11010100111010100110000100100111100100011010000111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43A98; }

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

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

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

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

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

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

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

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