Html Css Color HEX #D72495 Deep Cerise

📋 copy color: '#D72495'

red 215 ◦ green 36 ◦ blue 149

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

Shades of Deep Cerise #D72495

Tints of Deep Cerise #D72495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9%

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

R = 53.75%
G = 9%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D72495 (or 0xD72495) is known color: Deep Cerise. HEX triplet: D7, 24 and 95. RGB value is (215,36,149). Sum of RGB (Red+Green+Blue) = 215+36+149=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D72495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72495 is #28DB6A. Grayscale: #666666. Windows color (decimal): -2677611 or 9774295. OLE color: 9774295.

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

Color convert

RGB 215 36 149 -
CMYK 0 0.83 0.31 0.16
HSL 322.12º 0.71% 0.49% -
HSV(B) 322.12º 0.83% 0.84% -
XYZ 34.08 17.88 30.09 -
YUV 102.4 154.3 208.31 -
System Red Green Blue C M Y K H S L
Decimal 215 36 149 0 0.83 0.31 0.16 322.12 0.71 0.49
Hex D7 24 95 0 53 1F 10 142 47 31
Octal 327 44 225 0 123 37 20 502 107 61
Binary 11010111 100100 10010101 0 1010011 11111 10000 101000010 1000111 110001

Color Harmonies of #D72495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72495

Black with #D72495

Text Example


Text Example

White with #D72495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72495; }

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

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

background-color css

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

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

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

border-color css

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

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

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