Html Css Color HEX #DD22CA Deep Magenta

📋 copy color: '#DD22CA'

red 221 ◦ green 34 ◦ blue 202

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

Shades of Deep Magenta #DD22CA

Tints of Deep Magenta #DD22CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 48.36%
G = 7.44%
B = 44.2%

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

#DD22CA (or 0xDD22CA) is known color: Deep Magenta. HEX triplet: DD, 22 and CA. RGB value is (221,34,202). Sum of RGB (Red+Green+Blue) = 221+34+202=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22CA is #22DD35. Grayscale: #6C6C6C. Windows color (decimal): -2284854 or 13247197. OLE color: 13247197.

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

Color convert

RGB 221 34 202 -
CMYK 0 0.85 0.09 0.13
HSL 306.1º 0.73% 0.5% -
HSV(B) 306.1º 0.85% 0.87% -
XYZ 41.05 20.78 57.72 -
YUV 109.07 180.45 207.84 -
System Red Green Blue C M Y K H S L
Decimal 221 34 202 0 0.85 0.09 0.13 306.1 0.73 0.5
Hex DD 22 CA 0 55 9 D 132 49 32
Octal 335 42 312 0 125 11 15 462 111 62
Binary 11011101 100010 11001010 0 1010101 1001 1101 100110010 1001001 110010

Color Harmonies of #DD22CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD22CA

Black with #DD22CA

Text Example


Text Example

White with #DD22CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD22CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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