Html Css Color HEX #D82EA2 Deep Cerise

📋 copy color: '#D82EA2'

red 216 ◦ green 46 ◦ blue 162

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

Shades of Deep Cerise #D82EA2

Tints of Deep Cerise #D82EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 50.94%
G = 10.85%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D82EA2 (or 0xD82EA2) is known color: Deep Cerise. HEX triplet: D8, 2E and A2. RGB value is (216,46,162). Sum of RGB (Red+Green+Blue) = 216+46+162=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D82EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82EA2 is #27D15D. Grayscale: #6D6D6D. Windows color (decimal): -2609502 or 10628824. OLE color: 10628824.

HSL color Cylindrical-coordinate representation of color #D82EA2: hue angle of 319.06º 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 #D82EA2 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 46 162 -
CMYK 0 0.79 0.25 0.15
HSL 319.06º 0.69% 0.51% -
HSV(B) 319.06º 0.79% 0.85% -
XYZ 35.82 19.16 35.99 -
YUV 110.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 216 46 162 0 0.79 0.25 0.15 319.06 0.69 0.51
Hex D8 2E A2 0 4F 19 F 13F 45 33
Octal 330 56 242 0 117 31 17 477 105 63
Binary 11011000 101110 10100010 0 1001111 11001 1111 100111111 1000101 110011

Color Harmonies of #D82EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82EA2

Black with #D82EA2

Text Example


Text Example

White with #D82EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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