Html Css Color HEX #DC0AD4 Deep Magenta

📋 copy color: '#DC0AD4'

red 220 ◦ green 10 ◦ blue 212

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

Shades of Deep Magenta #DC0AD4

Tints of Deep Magenta #DC0AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.96%

R = 49.77%
G = 2.26%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC0AD4 (or 0xDC0AD4) is known color: Deep Magenta. HEX triplet: DC, 0A and D4. RGB value is (220,10,212). Sum of RGB (Red+Green+Blue) = 220+10+212=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AD4 is #23F52B. Grayscale: #5F5F5F. Windows color (decimal): -2356524 or 13896412. OLE color: 13896412.

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

Color convert

RGB 220 10 212 -
CMYK 0 0.95 0.04 0.14
HSL 302.29º 0.91% 0.45% -
HSV(B) 302.29º 0.95% 0.86% -
XYZ 41.51 20.19 64 -
YUV 95.82 193.57 216.57 -
System Red Green Blue C M Y K H S L
Decimal 220 10 212 0 0.95 0.04 0.14 302.29 0.91 0.45
Hex DC A D4 0 5F 4 E 12E 5B 2D
Octal 334 12 324 0 137 4 16 456 133 55
Binary 11011100 1010 11010100 0 1011111 100 1110 100101110 1011011 101101

Color Harmonies of #DC0AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0AD4

Black with #DC0AD4

Text Example


Text Example

White with #DC0AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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