Html Css Color HEX #D014DC Deep Magenta

📋 copy color: '#D014DC'

red 208 ◦ green 20 ◦ blue 220

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

Shades of Deep Magenta #D014DC

Tints of Deep Magenta #D014DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.46%

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

R = 46.43%
G = 4.46%
B = 49.11%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D014DC (or 0xD014DC) is known color: Deep Magenta. HEX triplet: D0, 14 and DC. RGB value is (208,20,220). Sum of RGB (Red+Green+Blue) = 208+20+220=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #D014DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014DC is #2FEB23. Grayscale: #626262. Windows color (decimal): -3140388 or 14423248. OLE color: 14423248.

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

Color convert

RGB 208 20 220 -
CMYK 0.05 0.91 0 0.14
HSL 296.4º 0.83% 0.47% -
HSV(B) 296.4º 0.91% 0.86% -
XYZ 39.18 19.08 69.33 -
YUV 99.01 196.28 205.74 -
System Red Green Blue C M Y K H S L
Decimal 208 20 220 0.05 0.91 0 0.14 296.4 0.83 0.47
Hex D0 14 DC 5 5B 0 E 128 53 2F
Octal 320 24 334 5 133 0 16 450 123 57
Binary 11010000 10100 11011100 101 1011011 0 1110 100101000 1010011 101111

Color Harmonies of #D014DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D014DC

Black with #D014DC

Text Example


Text Example

White with #D014DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D014DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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