Html Css Color HEX #D72A86 Deep Cerise

📋 copy color: '#D72A86'

red 215 ◦ green 42 ◦ blue 134

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

Shades of Deep Cerise #D72A86

Tints of Deep Cerise #D72A86

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.74%

 BLUE value IS 134 (52.73% from 255) = 34.27%

R = 54.99%
G = 10.74%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D72A86 (or 0xD72A86) is known color: Deep Cerise. HEX triplet: D7, 2A and 86. RGB value is (215,42,134). Sum of RGB (Red+Green+Blue) = 215+42+134=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72A86 is #28D579. Grayscale: #686868. Windows color (decimal): -2676090 or 8792791. OLE color: 8792791.

HSL color Cylindrical-coordinate representation of color #D72A86: hue angle of 328.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A86 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 134 -
CMYK 0 0.80 0.38 0.16
HSL 328.09º 0.68% 0.5% -
HSV(B) 328.09º 0.8% 0.84% -
XYZ 33.16 17.82 24.25 -
YUV 104.22 144.81 207.02 -
System Red Green Blue C M Y K H S L
Decimal 215 42 134 0 0.80 0.38 0.16 328.09 0.68 0.5
Hex D7 2A 86 0 50 26 10 148 44 32
Octal 327 52 206 0 120 46 20 510 104 62
Binary 11010111 101010 10000110 0 1010000 100110 10000 101001000 1000100 110010

Color Harmonies of #D72A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A86

Black with #D72A86

Text Example


Text Example

White with #D72A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A86; }

 p { color: rgb(215,42,134); }

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

background-color css

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

 a { background-color: rgb(215,42,134); }

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

border-color css

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

 span { border-color: rgb(215,42,134); }

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