Html Css Color HEX #D43097 Deep Cerise

📋 copy color: '#D43097'

red 212 ◦ green 48 ◦ blue 151

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

Shades of Deep Cerise #D43097

Tints of Deep Cerise #D43097

RGB

 RED value IS 212 (83.2% from 255) = 51.58%

 GREEN value IS 48 (19.14% from 255) = 11.68%

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 51.58%
G = 11.68%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D43097 (or 0xD43097) is known color: Deep Cerise. HEX triplet: D4, 30 and 97. RGB value is (212,48,151). Sum of RGB (Red+Green+Blue) = 212+48+151=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D43097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43097 is #2BCF68. Grayscale: #6C6C6C. Windows color (decimal): -2871145 or 9908436. OLE color: 9908436.

HSL color Cylindrical-coordinate representation of color #D43097: hue angle of 322.32º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43097 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 151 -
CMYK 0 0.77 0.29 0.17
HSL 322.32º 0.66% 0.51% -
HSV(B) 322.32º 0.77% 0.83% -
XYZ 33.79 18.35 31.04 -
YUV 108.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 212 48 151 0 0.77 0.29 0.17 322.32 0.66 0.51
Hex D4 30 97 0 4D 1D 11 142 42 33
Octal 324 60 227 0 115 35 21 502 102 63
Binary 11010100 110000 10010111 0 1001101 11101 10001 101000010 1000010 110011

Color Harmonies of #D43097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43097

Black with #D43097

Text Example


Text Example

White with #D43097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43097; }

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

 H1.HeaderClassName
 {
   color: #D43097;
 }
 .AnyTagClassName
 {
   color: #D43097;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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