Html Css Color HEX #D01EAF Deep Magenta

📋 copy color: '#D01EAF'

red 208 ◦ green 30 ◦ blue 175

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

Shades of Deep Magenta #D01EAF

Tints of Deep Magenta #D01EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.26%

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 50.36%
G = 7.26%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D01EAF (or 0xD01EAF) is known color: Deep Magenta. HEX triplet: D0, 1E and AF. RGB value is (208,30,175). Sum of RGB (Red+Green+Blue) = 208+30+175=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D01EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01EAF is #2FE150. Grayscale: #636363. Windows color (decimal): -3137873 or 11476688. OLE color: 11476688.

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

Color convert

RGB 208 30 175 -
CMYK 0 0.86 0.16 0.18
HSL 311.12º 0.75% 0.47% -
HSV(B) 311.12º 0.86% 0.82% -
XYZ 34.21 17.43 42.12 -
YUV 99.75 170.47 205.21 -
System Red Green Blue C M Y K H S L
Decimal 208 30 175 0 0.86 0.16 0.18 311.12 0.75 0.47
Hex D0 1E AF 0 56 10 12 137 4B 2F
Octal 320 36 257 0 126 20 22 467 113 57
Binary 11010000 11110 10101111 0 1010110 10000 10010 100110111 1001011 101111

Color Harmonies of #D01EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EAF

Black with #D01EAF

Text Example


Text Example

White with #D01EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EAF; }

 p { color: rgb(208,30,175); }

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

background-color css

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

 a { background-color: rgb(208,30,175); }

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

border-color css

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

 span { border-color: rgb(208,30,175); }

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