Html Css Color HEX #D72A81 Deep Cerise

📋 copy color: '#D72A81'

red 215 ◦ green 42 ◦ blue 129

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

Shades of Deep Cerise #D72A81

Tints of Deep Cerise #D72A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.42%

R = 55.7%
G = 10.88%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D72A81 (or 0xD72A81) is known color: Deep Cerise. HEX triplet: D7, 2A and 81. RGB value is (215,42,129). Sum of RGB (Red+Green+Blue) = 215+42+129=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72A81 is #28D57E. Grayscale: #676767. Windows color (decimal): -2676095 or 8465111. OLE color: 8465111.

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

Color convert

RGB 215 42 129 -
CMYK 0 0.80 0.4 0.16
HSL 329.83º 0.68% 0.5% -
HSV(B) 329.83º 0.8% 0.84% -
XYZ 32.81 17.69 22.45 -
YUV 103.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 215 42 129 0 0.80 0.4 0.16 329.83 0.68 0.5
Hex D7 2A 81 0 50 28 10 14A 44 32
Octal 327 52 201 0 120 50 20 512 104 62
Binary 11010111 101010 10000001 0 1010000 101000 10000 101001010 1000100 110010

Color Harmonies of #D72A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A81

Black with #D72A81

Text Example


Text Example

White with #D72A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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