Html Css Color HEX #D72191 Deep Cerise

📋 copy color: '#D72191'

red 215 ◦ green 33 ◦ blue 145

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

Shades of Deep Cerise #D72191

Tints of Deep Cerise #D72191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 54.71%
G = 8.4%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D72191 (or 0xD72191) is known color: Deep Cerise. HEX triplet: D7, 21 and 91. RGB value is (215,33,145). Sum of RGB (Red+Green+Blue) = 215+33+145=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D72191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72191 is #28DE6E. Grayscale: #636363. Windows color (decimal): -2678383 or 9511383. OLE color: 9511383.

HSL color Cylindrical-coordinate representation of color #D72191: hue angle of 323.08º 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 #D72191 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 33 145 -
CMYK 0 0.85 0.33 0.16
HSL 323.08º 0.73% 0.49% -
HSV(B) 323.08º 0.85% 0.84% -
XYZ 33.68 17.58 28.41 -
YUV 100.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 215 33 145 0 0.85 0.33 0.16 323.08 0.73 0.49
Hex D7 21 91 0 55 21 10 143 49 31
Octal 327 41 221 0 125 41 20 503 111 61
Binary 11010111 100001 10010001 0 1010101 100001 10000 101000011 1001001 110001

Color Harmonies of #D72191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72191

Black with #D72191

Text Example


Text Example

White with #D72191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72191; }

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

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

background-color css

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

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

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

border-color css

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

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

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