Html Css Color HEX #D81AE0 Deep Magenta

📋 copy color: '#D81AE0'

red 216 ◦ green 26 ◦ blue 224

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

Shades of Deep Magenta #D81AE0

Tints of Deep Magenta #D81AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 46.35%
G = 5.58%
B = 48.07%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D81AE0 (or 0xD81AE0) is known color: Deep Magenta. HEX triplet: D8, 1A and E0. RGB value is (216,26,224). Sum of RGB (Red+Green+Blue) = 216+26+224=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #D81AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81AE0 is #27E51F. Grayscale: #686868. Windows color (decimal): -2614560 or 14686936. OLE color: 14686936.

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

Color convert

RGB 216 26 224 -
CMYK 0.04 0.88 0 0.12
HSL 297.58º 0.79% 0.49% -
HSV(B) 297.58º 0.88% 0.88% -
XYZ 42.14 20.72 72.3 -
YUV 105.38 194.95 206.9 -
System Red Green Blue C M Y K H S L
Decimal 216 26 224 0.04 0.88 0 0.12 297.58 0.79 0.49
Hex D8 1A E0 4 58 0 C 12A 4F 31
Octal 330 32 340 4 130 0 14 452 117 61
Binary 11011000 11010 11100000 100 1011000 0 1100 100101010 1001111 110001

Color Harmonies of #D81AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81AE0

Black with #D81AE0

Text Example


Text Example

White with #D81AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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