Html Css Color HEX #D72480 Deep Cerise

📋 copy color: '#D72480'

red 215 ◦ green 36 ◦ blue 128

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

Shades of Deep Cerise #D72480

Tints of Deep Cerise #D72480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.5%

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

R = 56.73%
G = 9.5%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D72480 (or 0xD72480) is known color: Deep Cerise. HEX triplet: D7, 24 and 80. RGB value is (215,36,128). Sum of RGB (Red+Green+Blue) = 215+36+128=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D72480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72480 is #28DB7F. Grayscale: #636363. Windows color (decimal): -2677632 or 8398039. OLE color: 8398039.

HSL color Cylindrical-coordinate representation of color #D72480: hue angle of 329.16º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72480 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 36 128 -
CMYK 0 0.83 0.40 0.16
HSL 329.16º 0.71% 0.49% -
HSV(B) 329.16º 0.83% 0.84% -
XYZ 32.55 17.27 22.04 -
YUV 100.01 143.8 210.02 -
System Red Green Blue C M Y K H S L
Decimal 215 36 128 0 0.83 0.40 0.16 329.16 0.71 0.49
Hex D7 24 80 0 53 28 10 149 47 31
Octal 327 44 200 0 123 50 20 511 107 61
Binary 11010111 100100 10000000 0 1010011 101000 10000 101001001 1000111 110001

Color Harmonies of #D72480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72480

Black with #D72480

Text Example


Text Example

White with #D72480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72480; }

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

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

background-color css

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

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

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

border-color css

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

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

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