Html Css Color HEX #DC00D1 Deep Magenta

📋 copy color: '#DC00D1'

red 220 ◦ green 0 ◦ blue 209

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

Shades of Deep Magenta #DC00D1

Tints of Deep Magenta #DC00D1

RGB

 RED value IS 220 (86.33% from 255) = 51.28%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 209 (82.03% from 255) = 48.72%

R = 51.28%
G = 0%
B = 48.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC00D1 (or 0xDC00D1) is known color: Deep Magenta. HEX triplet: DC, 00 and D1. RGB value is (220,0,209). Sum of RGB (Red+Green+Blue) = 220+0+209=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00D1 is #23FF2E. Grayscale: #585858. Windows color (decimal): -2359087 or 13697244. OLE color: 13697244.

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

Color convert

RGB 220 0 209 -
CMYK 0 1 0.05 0.14
HSL 303º 1% 0.43% -
HSV(B) 303º 1% 0.86% -
XYZ 41.02 19.82 61.98 -
YUV 89.61 195.39 221.01 -
System Red Green Blue C M Y K H S L
Decimal 220 0 209 0 1 0.05 0.14 303 1 0.43
Hex DC 0 D1 0 64 5 E 12F 64 2B
Octal 334 0 321 0 144 5 16 457 144 53
Binary 11011100 0 11010001 0 1100100 101 1110 100101111 1100100 101011

Color Harmonies of #DC00D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00D1

Black with #DC00D1

Text Example


Text Example

White with #DC00D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00D1; }

 p { color: rgb(220,0,209); }

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

background-color css

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

 a { background-color: rgb(220,0,209); }

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

border-color css

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

 span { border-color: rgb(220,0,209); }

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