Html Css Color HEX #D81ADE Deep Magenta

📋 copy color: '#D81ADE'

red 216 ◦ green 26 ◦ blue 222

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

Shades of Deep Magenta #D81ADE

Tints of Deep Magenta #D81ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.6%

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 46.55%
G = 5.6%
B = 47.84%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D81ADE (or 0xD81ADE) is known color: Deep Magenta. HEX triplet: D8, 1A and DE. RGB value is (216,26,222). Sum of RGB (Red+Green+Blue) = 216+26+222=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #D81ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81ADE is #27E521. Grayscale: #686868. Windows color (decimal): -2614562 or 14555864. OLE color: 14555864.

HSL color Cylindrical-coordinate representation of color #D81ADE: hue angle of 298.16º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81ADE is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 26 222 -
CMYK 0.03 0.88 0 0.13
HSL 298.16º 0.79% 0.49% -
HSV(B) 298.16º 0.88% 0.87% -
XYZ 41.87 20.61 70.88 -
YUV 105.15 193.95 207.06 -
System Red Green Blue C M Y K H S L
Decimal 216 26 222 0.03 0.88 0 0.13 298.16 0.79 0.49
Hex D8 1A DE 3 58 0 D 12A 4F 31
Octal 330 32 336 3 130 0 15 452 117 61
Binary 11011000 11010 11011110 11 1011000 0 1101 100101010 1001111 110001

Color Harmonies of #D81ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81ADE

Black with #D81ADE

Text Example


Text Example

White with #D81ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81ADE; }

 p { color: rgb(216,26,222); }

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

background-color css

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

 a { background-color: rgb(216,26,222); }

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

border-color css

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

 span { border-color: rgb(216,26,222); }

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