Html Css Color HEX #D82080 Deep Cerise

📋 copy color: '#D82080'

red 216 ◦ green 32 ◦ blue 128

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

Shades of Deep Cerise #D82080

Tints of Deep Cerise #D82080

RGB

 RED value IS 216 (84.77% from 255) = 57.45%

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

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

R = 57.45%
G = 8.51%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D82080 (or 0xD82080) is known color: Deep Cerise. HEX triplet: D8, 20 and 80. RGB value is (216,32,128). Sum of RGB (Red+Green+Blue) = 216+32+128=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D82080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82080 is #27DF7F. Grayscale: #616161. Windows color (decimal): -2613120 or 8397016. OLE color: 8397016.

HSL color Cylindrical-coordinate representation of color #D82080: hue angle of 328.7º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82080 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 128 -
CMYK 0 0.85 0.41 0.15
HSL 328.7º 0.74% 0.49% -
HSV(B) 328.7º 0.85% 0.85% -
XYZ 32.73 17.19 22.02 -
YUV 97.96 144.96 212.19 -
System Red Green Blue C M Y K H S L
Decimal 216 32 128 0 0.85 0.41 0.15 328.7 0.74 0.49
Hex D8 20 80 0 55 29 F 149 4A 31
Octal 330 40 200 0 125 51 17 511 112 61
Binary 11011000 100000 10000000 0 1010101 101001 1111 101001001 1001010 110001

Color Harmonies of #D82080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82080

Black with #D82080

Text Example


Text Example

White with #D82080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82080; }

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

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

background-color css

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

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

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

border-color css

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

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

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