Html Css Color HEX #D72482 Deep Cerise

📋 copy color: '#D72482'

red 215 ◦ green 36 ◦ blue 130

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

Shades of Deep Cerise #D72482

Tints of Deep Cerise #D72482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.12%

R = 56.43%
G = 9.45%
B = 34.12%

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

#D72482 (or 0xD72482) is known color: Deep Cerise. HEX triplet: D7, 24 and 82. RGB value is (215,36,130). Sum of RGB (Red+Green+Blue) = 215+36+130=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D72482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72482 is #28DB7D. Grayscale: #646464. Windows color (decimal): -2677630 or 8529111. OLE color: 8529111.

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

Color convert

RGB 215 36 130 -
CMYK 0 0.83 0.40 0.16
HSL 328.49º 0.71% 0.49% -
HSV(B) 328.49º 0.83% 0.84% -
XYZ 32.68 17.32 22.74 -
YUV 100.24 144.8 209.86 -
System Red Green Blue C M Y K H S L
Decimal 215 36 130 0 0.83 0.40 0.16 328.49 0.71 0.49
Hex D7 24 82 0 53 28 10 148 47 31
Octal 327 44 202 0 123 50 20 510 107 61
Binary 11010111 100100 10000010 0 1010011 101000 10000 101001000 1000111 110001

Color Harmonies of #D72482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72482

Black with #D72482

Text Example


Text Example

White with #D72482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72482; }

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

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

background-color css

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

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

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

border-color css

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

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

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