Html Css Color HEX #D72391 Deep Cerise

📋 copy color: '#D72391'

red 215 ◦ green 35 ◦ blue 145

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

Shades of Deep Cerise #D72391

Tints of Deep Cerise #D72391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.86%

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

R = 54.43%
G = 8.86%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D72391 (or 0xD72391) is known color: Deep Cerise. HEX triplet: D7, 23 and 91. RGB value is (215,35,145). Sum of RGB (Red+Green+Blue) = 215+35+145=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D72391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72391 is #28DC6E. Grayscale: #656565. Windows color (decimal): -2677871 or 9511895. OLE color: 9511895.

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

Color convert

RGB 215 35 145 -
CMYK 0 0.84 0.33 0.16
HSL 323.33º 0.72% 0.49% -
HSV(B) 323.33º 0.84% 0.84% -
XYZ 33.74 17.69 28.43 -
YUV 101.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 215 35 145 0 0.84 0.33 0.16 323.33 0.72 0.49
Hex D7 23 91 0 54 21 10 143 48 31
Octal 327 43 221 0 124 41 20 503 110 61
Binary 11010111 100011 10010001 0 1010100 100001 10000 101000011 1001000 110001

Color Harmonies of #D72391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72391

Black with #D72391

Text Example


Text Example

White with #D72391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72391; }

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

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

background-color css

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

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

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

border-color css

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

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

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