Html Css Color HEX #DD22D0 Deep Magenta

📋 copy color: '#DD22D0'

red 221 ◦ green 34 ◦ blue 208

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

Shades of Deep Magenta #DD22D0

Tints of Deep Magenta #DD22D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 47.73%
G = 7.34%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD22D0 (or 0xDD22D0) is known color: Deep Magenta. HEX triplet: DD, 22 and D0. RGB value is (221,34,208). Sum of RGB (Red+Green+Blue) = 221+34+208=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22D0 is #22DD2F. Grayscale: #6D6D6D. Windows color (decimal): -2284848 or 13640413. OLE color: 13640413.

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

Color convert

RGB 221 34 208 -
CMYK 0 0.85 0.06 0.13
HSL 304.17º 0.73% 0.5% -
HSV(B) 304.17º 0.85% 0.87% -
XYZ 41.78 21.07 61.54 -
YUV 109.75 183.45 207.35 -
System Red Green Blue C M Y K H S L
Decimal 221 34 208 0 0.85 0.06 0.13 304.17 0.73 0.5
Hex DD 22 D0 0 55 6 D 130 49 32
Octal 335 42 320 0 125 6 15 460 111 62
Binary 11011101 100010 11010000 0 1010101 110 1101 100110000 1001001 110010

Color Harmonies of #DD22D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD22D0

Black with #DD22D0

Text Example


Text Example

White with #DD22D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD22D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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