Html Css Color HEX #D013DC Deep Magenta

📋 copy color: '#D013DC'

red 208 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #D013DC

Tints of Deep Magenta #D013DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.25%

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

R = 46.53%
G = 4.25%
B = 49.22%

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

#D013DC (or 0xD013DC) is known color: Deep Magenta. HEX triplet: D0, 13 and DC. RGB value is (208,19,220). Sum of RGB (Red+Green+Blue) = 208+19+220=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #D013DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013DC is #2FEC23. Grayscale: #616161. Windows color (decimal): -3140644 or 14422992. OLE color: 14422992.

HSL color Cylindrical-coordinate representation of color #D013DC: hue angle of 296.42º degrees, saturation: 0.84, 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 #D013DC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 19 220 -
CMYK 0.05 0.91 0 0.14
HSL 296.42º 0.84% 0.47% -
HSV(B) 296.42º 0.91% 0.86% -
XYZ 39.16 19.04 69.32 -
YUV 98.43 196.62 206.16 -
System Red Green Blue C M Y K H S L
Decimal 208 19 220 0.05 0.91 0 0.14 296.42 0.84 0.47
Hex D0 13 DC 5 5B 0 E 128 54 2F
Octal 320 23 334 5 133 0 16 450 124 57
Binary 11010000 10011 11011100 101 1011011 0 1110 100101000 1010100 101111

Color Harmonies of #D013DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D013DC

Black with #D013DC

Text Example


Text Example

White with #D013DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D013DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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