Html Css Color HEX #D01AAE Deep Magenta

📋 copy color: '#D01AAE'

red 208 ◦ green 26 ◦ blue 174

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

Shades of Deep Magenta #D01AAE

Tints of Deep Magenta #D01AAE

RGB

 RED value IS 208 (81.64% from 255) = 50.98%

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 50.98%
G = 6.37%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D01AAE (or 0xD01AAE) is known color: Deep Magenta. HEX triplet: D0, 1A and AE. RGB value is (208,26,174). Sum of RGB (Red+Green+Blue) = 208+26+174=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D01AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01AAE is #2FE551. Grayscale: #606060. Windows color (decimal): -3138898 or 11410128. OLE color: 11410128.

HSL color Cylindrical-coordinate representation of color #D01AAE: hue angle of 311.21º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01AAE is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 26 174 -
CMYK 0 0.88 0.16 0.18
HSL 311.21º 0.78% 0.46% -
HSV(B) 311.21º 0.88% 0.82% -
XYZ 34.02 17.2 41.57 -
YUV 97.29 171.3 206.97 -
System Red Green Blue C M Y K H S L
Decimal 208 26 174 0 0.88 0.16 0.18 311.21 0.78 0.46
Hex D0 1A AE 0 58 10 12 137 4E 2E
Octal 320 32 256 0 130 20 22 467 116 56
Binary 11010000 11010 10101110 0 1011000 10000 10010 100110111 1001110 101110

Color Harmonies of #D01AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01AAE

Black with #D01AAE

Text Example


Text Example

White with #D01AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01AAE; }

 p { color: rgb(208,26,174); }

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

background-color css

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

 a { background-color: rgb(208,26,174); }

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

border-color css

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

 span { border-color: rgb(208,26,174); }

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