Html Css Color HEX #D81ADD Deep Magenta

📋 copy color: '#D81ADD'

red 216 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #D81ADD

Tints of Deep Magenta #D81ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 46.65%
G = 5.62%
B = 47.73%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D81ADD (or 0xD81ADD) is known color: Deep Magenta. HEX triplet: D8, 1A and DD. RGB value is (216,26,221). Sum of RGB (Red+Green+Blue) = 216+26+221=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #D81ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81ADD is #27E522. Grayscale: #686868. Windows color (decimal): -2614563 or 14490328. OLE color: 14490328.

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

Color convert

RGB 216 26 221 -
CMYK 0.02 0.88 0 0.13
HSL 298.46º 0.79% 0.48% -
HSV(B) 298.46º 0.88% 0.87% -
XYZ 41.74 20.56 70.17 -
YUV 105.04 193.45 207.14 -
System Red Green Blue C M Y K H S L
Decimal 216 26 221 0.02 0.88 0 0.13 298.46 0.79 0.48
Hex D8 1A DD 2 58 0 D 12A 4F 30
Octal 330 32 335 2 130 0 15 452 117 60
Binary 11011000 11010 11011101 10 1011000 0 1101 100101010 1001111 110000

Color Harmonies of #D81ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81ADD

Black with #D81ADD

Text Example


Text Example

White with #D81ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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