#D43F97

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

Shades of Deep Cerise #D43F97

Tints of Deep Cerise #D43F97

Color information

#D43F97 (or 0xD43F97) is unknown color: approx Deep Cerise. HEX triplet: D4, 3F and 97. RGB value is (212,63,151). Sum of RGB (Red+Green+Blue) = 212+63+151=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43F97 is #2BC068. Grayscale: #757575. Windows color (decimal): -2867305 or 9912276. OLE color: 9912276.

HSL color Cylindrical-coordinate representation of color #D43F97: hue angle of 324.56º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43F97 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB21263151-
CMYK00.700.290.17
HSL324.56º63.4%53.92%-
HSV(B)324.56º70.28%83.14%-
XYZ34.5119.7931.28-
YUV117.58146.86195.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.77%
GREEN value IS 63 (25% from 255) = 14.79%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=49.77%
G=14.79%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126315100.700.290.17324.5663.453.92
HexD43F970461D111453f36
Octal32477227010635215057766
Binary1101010011111110010111010001101110110001101000101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43F97; }

 p { color: rgb(212,63,151); }

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

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

 a { background-color: rgb(212,63,151); }

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

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

 span { border-color: rgb(212,63,151); }

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