Html Css Color HEX #D011DE Deep Magenta

📋 copy color: '#D011DE'

red 208 ◦ green 17 ◦ blue 222

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

Shades of Deep Magenta #D011DE

Tints of Deep Magenta #D011DE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.8%

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 46.53%
G = 3.8%
B = 49.66%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D011DE (or 0xD011DE) is known color: Deep Magenta. HEX triplet: D0, 11 and DE. RGB value is (208,17,222). Sum of RGB (Red+Green+Blue) = 208+17+222=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #D011DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011DE is #2FEE21. Grayscale: #606060. Windows color (decimal): -3141154 or 14553552. OLE color: 14553552.

HSL color Cylindrical-coordinate representation of color #D011DE: hue angle of 295.9º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D011DE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 17 222 -
CMYK 0.06 0.92 0 0.13
HSL 295.9º 0.86% 0.47% -
HSV(B) 295.9º 0.92% 0.87% -
XYZ 39.4 19.08 70.71 -
YUV 97.48 198.28 206.83 -
System Red Green Blue C M Y K H S L
Decimal 208 17 222 0.06 0.92 0 0.13 295.9 0.86 0.47
Hex D0 11 DE 6 5C 0 D 128 56 2F
Octal 320 21 336 6 134 0 15 450 126 57
Binary 11010000 10001 11011110 110 1011100 0 1101 100101000 1010110 101111

Color Harmonies of #D011DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D011DE

Black with #D011DE

Text Example


Text Example

White with #D011DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D011DE; }

 p { color: rgb(208,17,222); }

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

background-color css

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

 a { background-color: rgb(208,17,222); }

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

border-color css

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

 span { border-color: rgb(208,17,222); }

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