Html Css Color HEX #DD1AC6 Deep Magenta

📋 copy color: '#DD1AC6'

red 221 ◦ green 26 ◦ blue 198

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

Shades of Deep Magenta #DD1AC6

Tints of Deep Magenta #DD1AC6

RGB

 RED value IS 221 (86.72% from 255) = 49.66%

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

 BLUE value IS 198 (77.73% from 255) = 44.49%

R = 49.66%
G = 5.84%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD1AC6 (or 0xDD1AC6) is known color: Deep Magenta. HEX triplet: DD, 1A and C6. RGB value is (221,26,198). Sum of RGB (Red+Green+Blue) = 221+26+198=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1AC6 is #22E539. Grayscale: #676767. Windows color (decimal): -2286906 or 12983005. OLE color: 12983005.

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

Color convert

RGB 221 26 198 -
CMYK 0 0.88 0.10 0.13
HSL 307.08º 0.79% 0.48% -
HSV(B) 307.08º 0.88% 0.87% -
XYZ 40.38 20.19 55.19 -
YUV 103.91 181.1 211.51 -
System Red Green Blue C M Y K H S L
Decimal 221 26 198 0 0.88 0.10 0.13 307.08 0.79 0.48
Hex DD 1A C6 0 58 A D 133 4F 30
Octal 335 32 306 0 130 12 15 463 117 60
Binary 11011101 11010 11000110 0 1011000 1010 1101 100110011 1001111 110000

Color Harmonies of #DD1AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AC6

Black with #DD1AC6

Text Example


Text Example

White with #DD1AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AC6; }

 p { color: rgb(221,26,198); }

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

background-color css

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

 a { background-color: rgb(221,26,198); }

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

border-color css

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

 span { border-color: rgb(221,26,198); }

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