Html Css Color HEX #DC00CD Deep Magenta

📋 copy color: '#DC00CD'

red 220 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #DC00CD

Tints of Deep Magenta #DC00CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 51.76%
G = 0%
B = 48.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC00CD (or 0xDC00CD) is known color: Deep Magenta. HEX triplet: DC, 00 and CD. RGB value is (220,0,205). Sum of RGB (Red+Green+Blue) = 220+0+205=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00CD is #23FF32. Grayscale: #585858. Windows color (decimal): -2359091 or 13435100. OLE color: 13435100.

HSL color Cylindrical-coordinate representation of color #DC00CD: hue angle of 304.09º 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 #DC00CD is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 205 -
CMYK 0 1 0.07 0.14
HSL 304.09º 1% 0.43% -
HSV(B) 304.09º 1% 0.86% -
XYZ 40.53 19.62 59.41 -
YUV 89.15 193.39 221.33 -
System Red Green Blue C M Y K H S L
Decimal 220 0 205 0 1 0.07 0.14 304.09 1 0.43
Hex DC 0 CD 0 64 7 E 130 64 2B
Octal 334 0 315 0 144 7 16 460 144 53
Binary 11011100 0 11001101 0 1100100 111 1110 100110000 1100100 101011

Color Harmonies of #DC00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00CD

Black with #DC00CD

Text Example


Text Example

White with #DC00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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