Html Css Color HEX #D72E91 Deep Cerise

📋 copy color: '#D72E91'

red 215 ◦ green 46 ◦ blue 145

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

Shades of Deep Cerise #D72E91

Tints of Deep Cerise #D72E91

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.33%

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

R = 52.96%
G = 11.33%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D72E91 (or 0xD72E91) is known color: Deep Cerise. HEX triplet: D7, 2E and 91. RGB value is (215,46,145). Sum of RGB (Red+Green+Blue) = 215+46+145=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72E91 is #28D16E. Grayscale: #6B6B6B. Windows color (decimal): -2675055 or 9514711. OLE color: 9514711.

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

Color convert

RGB 215 46 145 -
CMYK 0 0.79 0.33 0.16
HSL 324.85º 0.68% 0.51% -
HSV(B) 324.85º 0.79% 0.84% -
XYZ 34.11 18.45 28.55 -
YUV 107.82 148.99 204.45 -
System Red Green Blue C M Y K H S L
Decimal 215 46 145 0 0.79 0.33 0.16 324.85 0.68 0.51
Hex D7 2E 91 0 4F 21 10 145 44 33
Octal 327 56 221 0 117 41 20 505 104 63
Binary 11010111 101110 10010001 0 1001111 100001 10000 101000101 1000100 110011

Color Harmonies of #D72E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E91

Black with #D72E91

Text Example


Text Example

White with #D72E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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