Html Css Color HEX #D016DC Deep Magenta

📋 copy color: '#D016DC'

red 208 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #D016DC

Tints of Deep Magenta #D016DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.89%

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

R = 46.22%
G = 4.89%
B = 48.89%

CMYK

 C value IS 0.05

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D016DC (or 0xD016DC) is known color: Deep Magenta. HEX triplet: D0, 16 and DC. RGB value is (208,22,220). Sum of RGB (Red+Green+Blue) = 208+22+220=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #D016DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016DC is #2FE923. Grayscale: #636363. Windows color (decimal): -3139876 or 14423760. OLE color: 14423760.

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

Color convert

RGB 208 22 220 -
CMYK 0.05 0.9 0 0.14
HSL 296.36º 0.82% 0.47% -
HSV(B) 296.36º 0.9% 0.86% -
XYZ 39.22 19.15 69.34 -
YUV 100.19 195.62 204.9 -
System Red Green Blue C M Y K H S L
Decimal 208 22 220 0.05 0.9 0 0.14 296.36 0.82 0.47
Hex D0 16 DC 5 5A 0 E 128 52 2F
Octal 320 26 334 5 132 0 16 450 122 57
Binary 11010000 10110 11011100 101 1011010 0 1110 100101000 1010010 101111

Color Harmonies of #D016DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016DC

Black with #D016DC

Text Example


Text Example

White with #D016DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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