Html Css Color HEX #DC0AD1 Deep Magenta

📋 copy color: '#DC0AD1'

red 220 ◦ green 10 ◦ blue 209

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

Shades of Deep Magenta #DC0AD1

Tints of Deep Magenta #DC0AD1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.28%

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

R = 50.11%
G = 2.28%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC0AD1 (or 0xDC0AD1) is known color: Deep Magenta. HEX triplet: DC, 0A and D1. RGB value is (220,10,209). Sum of RGB (Red+Green+Blue) = 220+10+209=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AD1 is #23F52E. Grayscale: #5E5E5E. Windows color (decimal): -2356527 or 13699804. OLE color: 13699804.

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

Color convert

RGB 220 10 209 -
CMYK 0 0.95 0.05 0.14
HSL 303.14º 0.91% 0.45% -
HSV(B) 303.14º 0.95% 0.86% -
XYZ 41.13 20.04 62.02 -
YUV 95.48 192.07 216.82 -
System Red Green Blue C M Y K H S L
Decimal 220 10 209 0 0.95 0.05 0.14 303.14 0.91 0.45
Hex DC A D1 0 5F 5 E 12F 5B 2D
Octal 334 12 321 0 137 5 16 457 133 55
Binary 11011100 1010 11010001 0 1011111 101 1110 100101111 1011011 101101

Color Harmonies of #DC0AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0AD1

Black with #DC0AD1

Text Example


Text Example

White with #DC0AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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