Html Css Color HEX #DC08CD Deep Magenta

📋 copy color: '#DC08CD'

red 220 ◦ green 8 ◦ blue 205

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

Shades of Deep Magenta #DC08CD

Tints of Deep Magenta #DC08CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.85%

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

R = 50.81%
G = 1.85%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC08CD (or 0xDC08CD) is known color: Deep Magenta. HEX triplet: DC, 08 and CD. RGB value is (220,8,205). Sum of RGB (Red+Green+Blue) = 220+8+205=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08CD is #23F732. Grayscale: #5D5D5D. Windows color (decimal): -2357043 or 13437148. OLE color: 13437148.

HSL color Cylindrical-coordinate representation of color #DC08CD: hue angle of 304.25º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC08CD is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 205 -
CMYK 0 0.96 0.07 0.14
HSL 304.25º 0.93% 0.45% -
HSV(B) 304.25º 0.96% 0.86% -
XYZ 40.62 19.8 59.44 -
YUV 93.85 190.74 217.98 -
System Red Green Blue C M Y K H S L
Decimal 220 8 205 0 0.96 0.07 0.14 304.25 0.93 0.45
Hex DC 8 CD 0 60 7 E 130 5D 2D
Octal 334 10 315 0 140 7 16 460 135 55
Binary 11011100 1000 11001101 0 1100000 111 1110 100110000 1011101 101101

Color Harmonies of #DC08CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08CD

Black with #DC08CD

Text Example


Text Example

White with #DC08CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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