Html Css Color HEX #D72196 Deep Cerise

📋 copy color: '#D72196'

red 215 ◦ green 33 ◦ blue 150

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

Shades of Deep Cerise #D72196

Tints of Deep Cerise #D72196

RGB

 RED value IS 215 (84.38% from 255) = 54.02%

 GREEN value IS 33 (13.28% from 255) = 8.29%

 BLUE value IS 150 (58.98% from 255) = 37.69%

R = 54.02%
G = 8.29%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D72196 (or 0xD72196) is known color: Deep Cerise. HEX triplet: D7, 21 and 96. RGB value is (215,33,150). Sum of RGB (Red+Green+Blue) = 215+33+150=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D72196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72196 is #28DE69. Grayscale: #646464. Windows color (decimal): -2678378 or 9839063. OLE color: 9839063.

HSL color Cylindrical-coordinate representation of color #D72196: hue angle of 321.43º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72196 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 33 150 -
CMYK 0 0.85 0.30 0.16
HSL 321.43º 0.73% 0.49% -
HSV(B) 321.43º 0.85% 0.84% -
XYZ 34.07 17.74 30.48 -
YUV 100.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 215 33 150 0 0.85 0.30 0.16 321.43 0.73 0.49
Hex D7 21 96 0 55 1E 10 141 49 31
Octal 327 41 226 0 125 36 20 501 111 61
Binary 11010111 100001 10010110 0 1010101 11110 10000 101000001 1001001 110001

Color Harmonies of #D72196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72196

Black with #D72196

Text Example


Text Example

White with #D72196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72196; }

 p { color: rgb(215,33,150); }

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

background-color css

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

 a { background-color: rgb(215,33,150); }

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

border-color css

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

 span { border-color: rgb(215,33,150); }

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