Html Css Color HEX #DC1AC9 Deep Magenta

📋 copy color: '#DC1AC9'

red 220 ◦ green 26 ◦ blue 201

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

Shades of Deep Magenta #DC1AC9

Tints of Deep Magenta #DC1AC9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.82%

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 49.22%
G = 5.82%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC1AC9 (or 0xDC1AC9) is known color: Deep Magenta. HEX triplet: DC, 1A and C9. RGB value is (220,26,201). Sum of RGB (Red+Green+Blue) = 220+26+201=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1AC9 is #23E536. Grayscale: #676767. Windows color (decimal): -2352439 or 13179612. OLE color: 13179612.

HSL color Cylindrical-coordinate representation of color #DC1AC9: hue angle of 305.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1AC9 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 26 201 -
CMYK 0 0.88 0.09 0.14
HSL 305.88º 0.79% 0.48% -
HSV(B) 305.88º 0.88% 0.86% -
XYZ 40.43 20.17 57.02 -
YUV 103.96 182.77 210.77 -
System Red Green Blue C M Y K H S L
Decimal 220 26 201 0 0.88 0.09 0.14 305.88 0.79 0.48
Hex DC 1A C9 0 58 9 E 132 4F 30
Octal 334 32 311 0 130 11 16 462 117 60
Binary 11011100 11010 11001001 0 1011000 1001 1110 100110010 1001111 110000

Color Harmonies of #DC1AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1AC9

Black with #DC1AC9

Text Example


Text Example

White with #DC1AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1AC9; }

 p { color: rgb(220,26,201); }

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

background-color css

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

 a { background-color: rgb(220,26,201); }

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

border-color css

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

 span { border-color: rgb(220,26,201); }

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