Html Css Color HEX #D81AD5 Deep Magenta

📋 copy color: '#D81AD5'

red 216 ◦ green 26 ◦ blue 213

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

Shades of Deep Magenta #D81AD5

Tints of Deep Magenta #D81AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.81%

R = 47.47%
G = 5.71%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D81AD5 (or 0xD81AD5) is known color: Deep Magenta. HEX triplet: D8, 1A and D5. RGB value is (216,26,213). Sum of RGB (Red+Green+Blue) = 216+26+213=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81AD5 is #27E52A. Grayscale: #676767. Windows color (decimal): -2614571 or 13966040. OLE color: 13966040.

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

Color convert

RGB 216 26 213 -
CMYK 0 0.88 0.01 0.15
HSL 300.95º 0.79% 0.47% -
HSV(B) 300.95º 0.88% 0.85% -
XYZ 40.7 20.14 64.69 -
YUV 104.13 189.45 207.79 -
System Red Green Blue C M Y K H S L
Decimal 216 26 213 0 0.88 0.01 0.15 300.95 0.79 0.47
Hex D8 1A D5 0 58 1 F 12D 4F 2F
Octal 330 32 325 0 130 1 17 455 117 57
Binary 11011000 11010 11010101 0 1011000 1 1111 100101101 1001111 101111

Color Harmonies of #D81AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81AD5

Black with #D81AD5

Text Example


Text Example

White with #D81AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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