Html Css Color HEX #D82780 Deep Cerise

📋 copy color: '#D82780'

red 216 ◦ green 39 ◦ blue 128

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

Shades of Deep Cerise #D82780

Tints of Deep Cerise #D82780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.18%

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

R = 56.4%
G = 10.18%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D82780 (or 0xD82780) is known color: Deep Cerise. HEX triplet: D8, 27 and 80. RGB value is (216,39,128). Sum of RGB (Red+Green+Blue) = 216+39+128=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D82780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82780 is #27D87F. Grayscale: #656565. Windows color (decimal): -2611328 or 8398808. OLE color: 8398808.

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

Color convert

RGB 216 39 128 -
CMYK 0 0.82 0.41 0.15
HSL 329.83º 0.69% 0.5% -
HSV(B) 329.83º 0.82% 0.85% -
XYZ 32.94 17.61 22.08 -
YUV 102.07 142.64 209.26 -
System Red Green Blue C M Y K H S L
Decimal 216 39 128 0 0.82 0.41 0.15 329.83 0.69 0.5
Hex D8 27 80 0 52 29 F 14A 45 32
Octal 330 47 200 0 122 51 17 512 105 62
Binary 11011000 100111 10000000 0 1010010 101001 1111 101001010 1000101 110010

Color Harmonies of #D82780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82780

Black with #D82780

Text Example


Text Example

White with #D82780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82780; }

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

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

background-color css

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

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

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

border-color css

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

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

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