Html Css Color HEX #D72591 Deep Cerise

📋 copy color: '#D72591'

red 215 ◦ green 37 ◦ blue 145

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

Shades of Deep Cerise #D72591

Tints of Deep Cerise #D72591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.32%

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

R = 54.16%
G = 9.32%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D72591 (or 0xD72591) is known color: Deep Cerise. HEX triplet: D7, 25 and 91. RGB value is (215,37,145). Sum of RGB (Red+Green+Blue) = 215+37+145=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D72591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72591 is #28DA6E. Grayscale: #666666. Windows color (decimal): -2677359 or 9512407. OLE color: 9512407.

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

Color convert

RGB 215 37 145 -
CMYK 0 0.83 0.33 0.16
HSL 323.6º 0.71% 0.49% -
HSV(B) 323.6º 0.83% 0.84% -
XYZ 33.8 17.81 28.45 -
YUV 102.53 151.97 208.22 -
System Red Green Blue C M Y K H S L
Decimal 215 37 145 0 0.83 0.33 0.16 323.6 0.71 0.49
Hex D7 25 91 0 53 21 10 144 47 31
Octal 327 45 221 0 123 41 20 504 107 61
Binary 11010111 100101 10010001 0 1010011 100001 10000 101000100 1000111 110001

Color Harmonies of #D72591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72591

Black with #D72591

Text Example


Text Example

White with #D72591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72591; }

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

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

background-color css

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

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

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

border-color css

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

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

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