Html Css Color HEX #DC08D6 Deep Magenta

📋 copy color: '#DC08D6'

red 220 ◦ green 8 ◦ blue 214

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

Shades of Deep Magenta #DC08D6

Tints of Deep Magenta #DC08D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.42%

R = 49.77%
G = 1.81%
B = 48.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC08D6 (or 0xDC08D6) is known color: Deep Magenta. HEX triplet: DC, 08 and D6. RGB value is (220,8,214). Sum of RGB (Red+Green+Blue) = 220+8+214=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08D6 is #23F729. Grayscale: #5E5E5E. Windows color (decimal): -2357034 or 14026972. OLE color: 14026972.

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

Color convert

RGB 220 8 214 -
CMYK 0 0.96 0.03 0.14
HSL 301.7º 0.93% 0.45% -
HSV(B) 301.7º 0.96% 0.86% -
XYZ 41.74 20.24 65.33 -
YUV 94.87 195.24 217.25 -
System Red Green Blue C M Y K H S L
Decimal 220 8 214 0 0.96 0.03 0.14 301.7 0.93 0.45
Hex DC 8 D6 0 60 3 E 12E 5D 2D
Octal 334 10 326 0 140 3 16 456 135 55
Binary 11011100 1000 11010110 0 1100000 11 1110 100101110 1011101 101101

Color Harmonies of #DC08D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08D6

Black with #DC08D6

Text Example


Text Example

White with #DC08D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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