Html Css Color HEX #DC0ADF Deep Magenta

📋 copy color: '#DC0ADF'

red 220 ◦ green 10 ◦ blue 223

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

Shades of Deep Magenta #DC0ADF

Tints of Deep Magenta #DC0ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 48.57%
G = 2.21%
B = 49.23%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC0ADF (or 0xDC0ADF) is known color: Deep Magenta. HEX triplet: DC, 0A and DF. RGB value is (220,10,223). Sum of RGB (Red+Green+Blue) = 220+10+223=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC0ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ADF is #23F520. Grayscale: #606060. Windows color (decimal): -2356513 or 14617308. OLE color: 14617308.

HSL color Cylindrical-coordinate representation of color #DC0ADF: hue angle of 299.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0ADF is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 10 223 -
CMYK 0.01 0.96 0 0.13
HSL 299.15º 0.91% 0.46% -
HSV(B) 299.15º 0.96% 0.87% -
XYZ 42.94 20.76 71.56 -
YUV 97.07 199.07 215.68 -
System Red Green Blue C M Y K H S L
Decimal 220 10 223 0.01 0.96 0 0.13 299.15 0.91 0.46
Hex DC A DF 1 60 0 D 12B 5B 2E
Octal 334 12 337 1 140 0 15 453 133 56
Binary 11011100 1010 11011111 1 1100000 0 1101 100101011 1011011 101110

Color Harmonies of #DC0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0ADF

Black with #DC0ADF

Text Example


Text Example

White with #DC0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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