Html Css Color HEX #D72995 Deep Cerise

📋 copy color: '#D72995'

red 215 ◦ green 41 ◦ blue 149

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

Shades of Deep Cerise #D72995

Tints of Deep Cerise #D72995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.12%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 53.09%
G = 10.12%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D72995 (or 0xD72995) is known color: Deep Cerise. HEX triplet: D7, 29 and 95. RGB value is (215,41,149). Sum of RGB (Red+Green+Blue) = 215+41+149=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D72995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72995 is #28D66A. Grayscale: #696969. Windows color (decimal): -2676331 or 9775575. OLE color: 9775575.

HSL color Cylindrical-coordinate representation of color #D72995: hue angle of 322.76º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72995 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 149 -
CMYK 0 0.81 0.31 0.16
HSL 322.76º 0.69% 0.5% -
HSV(B) 322.76º 0.81% 0.84% -
XYZ 34.24 18.2 30.14 -
YUV 105.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 215 41 149 0 0.81 0.31 0.16 322.76 0.69 0.5
Hex D7 29 95 0 51 1F 10 143 45 32
Octal 327 51 225 0 121 37 20 503 105 62
Binary 11010111 101001 10010101 0 1010001 11111 10000 101000011 1000101 110010

Color Harmonies of #D72995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72995

Black with #D72995

Text Example


Text Example

White with #D72995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72995; }

 p { color: rgb(215,41,149); }

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

background-color css

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

 a { background-color: rgb(215,41,149); }

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

border-color css

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

 span { border-color: rgb(215,41,149); }

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