Html Css Color HEX #DD1ACE Deep Magenta

📋 copy color: '#DD1ACE'

red 221 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #DD1ACE

Tints of Deep Magenta #DD1ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 48.79%
G = 5.74%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD1ACE (or 0xDD1ACE) is known color: Deep Magenta. HEX triplet: DD, 1A and CE. RGB value is (221,26,206). Sum of RGB (Red+Green+Blue) = 221+26+206=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ACE is #22E531. Grayscale: #686868. Windows color (decimal): -2286898 or 13507293. OLE color: 13507293.

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

Color convert

RGB 221 26 206 -
CMYK 0 0.88 0.07 0.13
HSL 304.62º 0.79% 0.48% -
HSV(B) 304.62º 0.88% 0.87% -
XYZ 41.33 20.57 60.18 -
YUV 104.83 185.1 210.86 -
System Red Green Blue C M Y K H S L
Decimal 221 26 206 0 0.88 0.07 0.13 304.62 0.79 0.48
Hex DD 1A CE 0 58 7 D 131 4F 30
Octal 335 32 316 0 130 7 15 461 117 60
Binary 11011101 11010 11001110 0 1011000 111 1101 100110001 1001111 110000

Color Harmonies of #DD1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1ACE

Black with #DD1ACE

Text Example


Text Example

White with #DD1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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