Html Css Color HEX #D011DC Deep Magenta

📋 copy color: '#D011DC'

red 208 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #D011DC

Tints of Deep Magenta #D011DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 46.74%
G = 3.82%
B = 49.44%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D011DC (or 0xD011DC) is known color: Deep Magenta. HEX triplet: D0, 11 and DC. RGB value is (208,17,220). Sum of RGB (Red+Green+Blue) = 208+17+220=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #D011DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011DC is #2FEE23. Grayscale: #606060. Windows color (decimal): -3141156 or 14422480. OLE color: 14422480.

HSL color Cylindrical-coordinate representation of color #D011DC: hue angle of 296.45º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D011DC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 17 220 -
CMYK 0.05 0.92 0 0.14
HSL 296.45º 0.86% 0.46% -
HSV(B) 296.45º 0.92% 0.86% -
XYZ 39.13 18.98 69.31 -
YUV 97.25 197.28 206.99 -
System Red Green Blue C M Y K H S L
Decimal 208 17 220 0.05 0.92 0 0.14 296.45 0.86 0.46
Hex D0 11 DC 5 5C 0 E 128 56 2E
Octal 320 21 334 5 134 0 16 450 126 56
Binary 11010000 10001 11011100 101 1011100 0 1110 100101000 1010110 101110

Color Harmonies of #D011DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D011DC

Black with #D011DC

Text Example


Text Example

White with #D011DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D011DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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