Html Css Color HEX #DD1AC8 Deep Magenta

📋 copy color: '#DD1AC8'

red 221 ◦ green 26 ◦ blue 200

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

Shades of Deep Magenta #DD1AC8

Tints of Deep Magenta #DD1AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 49.44%
G = 5.82%
B = 44.74%

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

#DD1AC8 (or 0xDD1AC8) is known color: Deep Magenta. HEX triplet: DD, 1A and C8. RGB value is (221,26,200). Sum of RGB (Red+Green+Blue) = 221+26+200=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1AC8 is #22E537. Grayscale: #676767. Windows color (decimal): -2286904 or 13114077. OLE color: 13114077.

HSL color Cylindrical-coordinate representation of color #DD1AC8: hue angle of 306.46º 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 #DD1AC8 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 26 200 -
CMYK 0 0.88 0.10 0.13
HSL 306.46º 0.79% 0.48% -
HSV(B) 306.46º 0.88% 0.87% -
XYZ 40.61 20.28 56.42 -
YUV 104.14 182.1 211.35 -
System Red Green Blue C M Y K H S L
Decimal 221 26 200 0 0.88 0.10 0.13 306.46 0.79 0.48
Hex DD 1A C8 0 58 A D 132 4F 30
Octal 335 32 310 0 130 12 15 462 117 60
Binary 11011101 11010 11001000 0 1011000 1010 1101 100110010 1001111 110000

Color Harmonies of #DD1AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AC8

Black with #DD1AC8

Text Example


Text Example

White with #DD1AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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