Html Css Color HEX #DC00DF Deep Magenta

📋 copy color: '#DC00DF'

red 220 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #DC00DF

Tints of Deep Magenta #DC00DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 49.66%
G = 0%
B = 50.34%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC00DF (or 0xDC00DF) is known color: Deep Magenta. HEX triplet: DC, 00 and DF. RGB value is (220,0,223). Sum of RGB (Red+Green+Blue) = 220+0+223=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00DF is #23FF20. Grayscale: #5A5A5A. Windows color (decimal): -2359073 or 14614748. OLE color: 14614748.

HSL color Cylindrical-coordinate representation of color #DC00DF: hue angle of 299.19º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00DF is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 0 223 -
CMYK 0.01 1 0 0.13
HSL 299.19º 1% 0.44% -
HSV(B) 299.19º 1% 0.87% -
XYZ 42.83 20.54 71.52 -
YUV 91.2 202.39 219.87 -
System Red Green Blue C M Y K H S L
Decimal 220 0 223 0.01 1 0 0.13 299.19 1 0.44
Hex DC 0 DF 1 64 0 D 12B 64 2C
Octal 334 0 337 1 144 0 15 453 144 54
Binary 11011100 0 11011111 1 1100100 0 1101 100101011 1100100 101100

Color Harmonies of #DC00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00DF

Black with #DC00DF

Text Example


Text Example

White with #DC00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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