Html Css Color HEX #D43F97 Deep Cerise

📋 copy color: '#D43F97'

red 212 ◦ green 63 ◦ blue 151

#D43F97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D43F97

Tints of Deep Cerise #D43F97

RGB

 RED value IS 212 (83.2% 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 value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D43F97 (or 0xD43F97) is known color: 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

RGB 212 63 151 -
CMYK 0 0.70 0.29 0.17
HSL 324.56º 0.63% 0.54% -
HSV(B) 324.56º 0.7% 0.83% -
XYZ 34.51 19.79 31.28 -
YUV 117.58 146.86 195.34 -
System Red Green Blue C M Y K H S L
Decimal 212 63 151 0 0.70 0.29 0.17 324.56 0.63 0.54
Hex D4 3F 97 0 46 1D 11 145 3F 36
Octal 324 77 227 0 106 35 21 505 77 66
Binary 11010100 111111 10010111 0 1000110 11101 10001 101000101 111111 110110

Color Harmonies of #D43F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43F97

Black with #D43F97

Text Example


Text Example

White with #D43F97

Text Example


Text Example

HTML Codes & Css Web 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>