Html Css Color HEX #D72080 Deep Cerise

📋 copy color: '#D72080'

red 215 ◦ green 32 ◦ blue 128

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

Shades of Deep Cerise #D72080

Tints of Deep Cerise #D72080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 57.33%
G = 8.53%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D72080 (or 0xD72080) is known color: Deep Cerise. HEX triplet: D7, 20 and 80. RGB value is (215,32,128). Sum of RGB (Red+Green+Blue) = 215+32+128=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D72080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72080 is #28DF7F. Grayscale: #616161. Windows color (decimal): -2678656 or 8397015. OLE color: 8397015.

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

Color convert

RGB 215 32 128 -
CMYK 0 0.85 0.40 0.16
HSL 328.52º 0.74% 0.48% -
HSV(B) 328.52º 0.85% 0.84% -
XYZ 32.44 17.04 22 -
YUV 97.66 145.13 211.69 -
System Red Green Blue C M Y K H S L
Decimal 215 32 128 0 0.85 0.40 0.16 328.52 0.74 0.48
Hex D7 20 80 0 55 28 10 149 4A 30
Octal 327 40 200 0 125 50 20 511 112 60
Binary 11010111 100000 10000000 0 1010101 101000 10000 101001001 1001010 110000

Color Harmonies of #D72080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72080

Black with #D72080

Text Example


Text Example

White with #D72080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72080; }

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

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

background-color css

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

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

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

border-color css

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

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

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