Html Css Color HEX #DD22D3 Deep Magenta

📋 copy color: '#DD22D3'

red 221 ◦ green 34 ◦ blue 211

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

Shades of Deep Magenta #DD22D3

Tints of Deep Magenta #DD22D3

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.3%

 BLUE value IS 211 (82.81% from 255) = 45.28%

R = 47.42%
G = 7.3%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD22D3 (or 0xDD22D3) is known color: Deep Magenta. HEX triplet: DD, 22 and D3. RGB value is (221,34,211). Sum of RGB (Red+Green+Blue) = 221+34+211=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22D3 is #22DD2C. Grayscale: #6D6D6D. Windows color (decimal): -2284845 or 13837021. OLE color: 13837021.

HSL color Cylindrical-coordinate representation of color #DD22D3: hue angle of 303.21º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD22D3 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 34 211 -
CMYK 0 0.85 0.05 0.13
HSL 303.21º 0.73% 0.5% -
HSV(B) 303.21º 0.85% 0.87% -
XYZ 42.15 21.22 63.5 -
YUV 110.09 184.95 207.11 -
System Red Green Blue C M Y K H S L
Decimal 221 34 211 0 0.85 0.05 0.13 303.21 0.73 0.5
Hex DD 22 D3 0 55 5 D 12F 49 32
Octal 335 42 323 0 125 5 15 457 111 62
Binary 11011101 100010 11010011 0 1010101 101 1101 100101111 1001001 110010

Color Harmonies of #DD22D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD22D3

Black with #DD22D3

Text Example


Text Example

White with #DD22D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD22D3; }

 p { color: rgb(221,34,211); }

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

background-color css

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

 a { background-color: rgb(221,34,211); }

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

border-color css

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

 span { border-color: rgb(221,34,211); }

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