#D43B98

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

Shades of Deep Cerise #D43B98

Tints of Deep Cerise #D43B98

Color information

#D43B98 (or 0xD43B98) is unknown color: approx Deep Cerise. HEX triplet: D4, 3B and 98. RGB value is (212,59,152). Sum of RGB (Red+Green+Blue) = 212+59+152=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43B98 is #2BC467. Grayscale: #737373. Windows color (decimal): -2868328 or 9976788. OLE color: 9976788.

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

Color convert

RGB21259152-
CMYK00.720.280.17
HSL323.53º64.02%53.14%-
HSV(B)323.53º72.17%83.14%-
XYZ34.3819.3931.64-
YUV115.35148.69196.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 59 (23.44% from 255) = 13.95%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=50.12%
G=13.95%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125915200.720.280.17323.5364.0253.14
HexD43B980481C111444035
Octal324732300110342150410065
Binary11010100111011100110000100100011100100011010001001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43B98; }

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

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

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

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

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

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

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

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