Html Css Color HEX #D72074 Deep Cerise

📋 copy color: '#D72074'

red 215 ◦ green 32 ◦ blue 116

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

Shades of Deep Cerise #D72074

Tints of Deep Cerise #D72074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.82%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 59.23%
G = 8.82%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D72074 (or 0xD72074) is known color: Deep Cerise. HEX triplet: D7, 20 and 74. RGB value is (215,32,116). Sum of RGB (Red+Green+Blue) = 215+32+116=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D72074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72074 is #28DF8B. Grayscale: #606060. Windows color (decimal): -2678668 or 7610583. OLE color: 7610583.

HSL color Cylindrical-coordinate representation of color #D72074: hue angle of 332.46º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72074 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 116 -
CMYK 0 0.85 0.46 0.16
HSL 332.46º 0.74% 0.48% -
HSV(B) 332.46º 0.85% 0.84% -
XYZ 31.69 16.74 18.08 -
YUV 96.29 139.13 212.67 -
System Red Green Blue C M Y K H S L
Decimal 215 32 116 0 0.85 0.46 0.16 332.46 0.74 0.48
Hex D7 20 74 0 55 2E 10 14C 4A 30
Octal 327 40 164 0 125 56 20 514 112 60
Binary 11010111 100000 1110100 0 1010101 101110 10000 101001100 1001010 110000

Color Harmonies of #D72074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72074

Black with #D72074

Text Example


Text Example

White with #D72074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72074; }

 p { color: rgb(215,32,116); }

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

background-color css

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

 a { background-color: rgb(215,32,116); }

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

border-color css

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

 span { border-color: rgb(215,32,116); }

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