Html Css Color HEX #DC0ABD Deep Magenta

📋 copy color: '#DC0ABD'

red 220 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #DC0ABD

Tints of Deep Magenta #DC0ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.11%

R = 52.51%
G = 2.39%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC0ABD (or 0xDC0ABD) is known color: Deep Magenta. HEX triplet: DC, 0A and BD. RGB value is (220,10,189). Sum of RGB (Red+Green+Blue) = 220+10+189=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ABD is #23F542. Grayscale: #5C5C5C. Windows color (decimal): -2356547 or 12389084. OLE color: 12389084.

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

Color convert

RGB 220 10 189 -
CMYK 0 0.95 0.14 0.14
HSL 308.86º 0.91% 0.45% -
HSV(B) 308.86º 0.95% 0.86% -
XYZ 38.81 19.11 49.79 -
YUV 93.2 182.07 218.45 -
System Red Green Blue C M Y K H S L
Decimal 220 10 189 0 0.95 0.14 0.14 308.86 0.91 0.45
Hex DC A BD 0 5F E E 135 5B 2D
Octal 334 12 275 0 137 16 16 465 133 55
Binary 11011100 1010 10111101 0 1011111 1110 1110 100110101 1011011 101101

Color Harmonies of #DC0ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0ABD

Black with #DC0ABD

Text Example


Text Example

White with #DC0ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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