Html Css Color HEX #DD1AC7 Deep Magenta

📋 copy color: '#DD1AC7'

red 221 ◦ green 26 ◦ blue 199

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

Shades of Deep Magenta #DD1AC7

Tints of Deep Magenta #DD1AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.62%

R = 49.55%
G = 5.83%
B = 44.62%

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

#DD1AC7 (or 0xDD1AC7) is known color: Deep Magenta. HEX triplet: DD, 1A and C7. RGB value is (221,26,199). Sum of RGB (Red+Green+Blue) = 221+26+199=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1AC7 is #22E538. Grayscale: #676767. Windows color (decimal): -2286905 or 13048541. OLE color: 13048541.

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

Color convert

RGB 221 26 199 -
CMYK 0 0.88 0.10 0.13
HSL 306.77º 0.79% 0.48% -
HSV(B) 306.77º 0.88% 0.87% -
XYZ 40.5 20.23 55.8 -
YUV 104.03 181.6 211.43 -
System Red Green Blue C M Y K H S L
Decimal 221 26 199 0 0.88 0.10 0.13 306.77 0.79 0.48
Hex DD 1A C7 0 58 A D 133 4F 30
Octal 335 32 307 0 130 12 15 463 117 60
Binary 11011101 11010 11000111 0 1011000 1010 1101 100110011 1001111 110000

Color Harmonies of #DD1AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AC7

Black with #DD1AC7

Text Example


Text Example

White with #DD1AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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