Html Css Color HEX #D82EAA Deep Cerise

📋 copy color: '#D82EAA'

red 216 ◦ green 46 ◦ blue 170

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

Shades of Deep Cerise #D82EAA

Tints of Deep Cerise #D82EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.65%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 50%
G = 10.65%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D82EAA (or 0xD82EAA) is known color: Deep Cerise. HEX triplet: D8, 2E and AA. RGB value is (216,46,170). Sum of RGB (Red+Green+Blue) = 216+46+170=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D82EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82EAA is #27D155. Grayscale: #6E6E6E. Windows color (decimal): -2609494 or 11153112. OLE color: 11153112.

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

Color convert

RGB 216 46 170 -
CMYK 0 0.79 0.21 0.15
HSL 316.24º 0.69% 0.51% -
HSV(B) 316.24º 0.79% 0.85% -
XYZ 36.55 19.46 39.86 -
YUV 110.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 216 46 170 0 0.79 0.21 0.15 316.24 0.69 0.51
Hex D8 2E AA 0 4F 15 F 13C 45 33
Octal 330 56 252 0 117 25 17 474 105 63
Binary 11011000 101110 10101010 0 1001111 10101 1111 100111100 1000101 110011

Color Harmonies of #D82EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82EAA

Black with #D82EAA

Text Example


Text Example

White with #D82EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82EAA; }

 p { color: rgb(216,46,170); }

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

background-color css

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

 a { background-color: rgb(216,46,170); }

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

border-color css

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

 span { border-color: rgb(216,46,170); }

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