Html Css Color HEX #D72C80 Deep Cerise

📋 copy color: '#D72C80'

red 215 ◦ green 44 ◦ blue 128

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

Shades of Deep Cerise #D72C80

Tints of Deep Cerise #D72C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.37%

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

R = 55.56%
G = 11.37%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D72C80 (or 0xD72C80) is known color: Deep Cerise. HEX triplet: D7, 2C and 80. RGB value is (215,44,128). Sum of RGB (Red+Green+Blue) = 215+44+128=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C80 is #28D37F. Grayscale: #686868. Windows color (decimal): -2675584 or 8400087. OLE color: 8400087.

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

Color convert

RGB 215 44 128 -
CMYK 0 0.80 0.40 0.16
HSL 330.53º 0.68% 0.51% -
HSV(B) 330.53º 0.8% 0.84% -
XYZ 32.82 17.81 22.13 -
YUV 104.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 215 44 128 0 0.80 0.40 0.16 330.53 0.68 0.51
Hex D7 2C 80 0 50 28 10 14B 44 33
Octal 327 54 200 0 120 50 20 513 104 63
Binary 11010111 101100 10000000 0 1010000 101000 10000 101001011 1000100 110011

Color Harmonies of #D72C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C80

Black with #D72C80

Text Example


Text Example

White with #D72C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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