Html Css Color HEX #DD22C9 Deep Magenta

📋 copy color: '#DD22C9'

red 221 ◦ green 34 ◦ blue 201

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

Shades of Deep Magenta #DD22C9

Tints of Deep Magenta #DD22C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 48.46%
G = 7.46%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD22C9 (or 0xDD22C9) is known color: Deep Magenta. HEX triplet: DD, 22 and C9. RGB value is (221,34,201). Sum of RGB (Red+Green+Blue) = 221+34+201=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22C9 is #22DD36. Grayscale: #6C6C6C. Windows color (decimal): -2284855 or 13181661. OLE color: 13181661.

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

Color convert

RGB 221 34 201 -
CMYK 0 0.85 0.09 0.13
HSL 306.42º 0.73% 0.5% -
HSV(B) 306.42º 0.85% 0.87% -
XYZ 40.93 20.73 57.1 -
YUV 108.95 179.95 207.92 -
System Red Green Blue C M Y K H S L
Decimal 221 34 201 0 0.85 0.09 0.13 306.42 0.73 0.5
Hex DD 22 C9 0 55 9 D 132 49 32
Octal 335 42 311 0 125 11 15 462 111 62
Binary 11011101 100010 11001001 0 1010101 1001 1101 100110010 1001001 110010

Color Harmonies of #DD22C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD22C9

Black with #DD22C9

Text Example


Text Example

White with #DD22C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD22C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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