Html Css Color HEX #D82AA1 Deep Cerise

📋 copy color: '#D82AA1'

red 216 ◦ green 42 ◦ blue 161

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

Shades of Deep Cerise #D82AA1

Tints of Deep Cerise #D82AA1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.02%

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 51.55%
G = 10.02%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D82AA1 (or 0xD82AA1) is known color: Deep Cerise. HEX triplet: D8, 2A and A1. RGB value is (216,42,161). Sum of RGB (Red+Green+Blue) = 216+42+161=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82AA1 is #27D55E. Grayscale: #6B6B6B. Windows color (decimal): -2610527 or 10562264. OLE color: 10562264.

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

Color convert

RGB 216 42 161 -
CMYK 0 0.81 0.25 0.15
HSL 318.97º 0.69% 0.51% -
HSV(B) 318.97º 0.81% 0.85% -
XYZ 35.58 18.83 35.48 -
YUV 107.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 216 42 161 0 0.81 0.25 0.15 318.97 0.69 0.51
Hex D8 2A A1 0 51 19 F 13F 45 33
Octal 330 52 241 0 121 31 17 477 105 63
Binary 11011000 101010 10100001 0 1010001 11001 1111 100111111 1000101 110011

Color Harmonies of #D82AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82AA1

Black with #D82AA1

Text Example


Text Example

White with #D82AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82AA1; }

 p { color: rgb(216,42,161); }

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

background-color css

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

 a { background-color: rgb(216,42,161); }

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

border-color css

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

 span { border-color: rgb(216,42,161); }

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