Html Css Color HEX #DD20A2 Persian Rose

📋 copy color: '#DD20A2'

red 221 ◦ green 32 ◦ blue 162

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

Shades of Persian Rose #DD20A2

Tints of Persian Rose #DD20A2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.71%

 BLUE value IS 162 (63.67% from 255) = 39.04%

R = 53.25%
G = 7.71%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD20A2 (or 0xDD20A2) is known color: Persian Rose. HEX triplet: DD, 20 and A2. RGB value is (221,32,162). Sum of RGB (Red+Green+Blue) = 221+32+162=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD20A2 is #22DF5D. Grayscale: #676767. Windows color (decimal): -2285406 or 10625245. OLE color: 10625245.

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

Color convert

RGB 221 32 162 -
CMYK 0 0.86 0.27 0.13
HSL 318.73º 0.75% 0.5% -
HSV(B) 318.73º 0.86% 0.87% -
XYZ 36.86 19.01 35.91 -
YUV 103.33 161.12 211.93 -
System Red Green Blue C M Y K H S L
Decimal 221 32 162 0 0.86 0.27 0.13 318.73 0.75 0.5
Hex DD 20 A2 0 56 1B D 13F 4B 32
Octal 335 40 242 0 126 33 15 477 113 62
Binary 11011101 100000 10100010 0 1010110 11011 1101 100111111 1001011 110010

Color Harmonies of #DD20A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20A2

Black with #DD20A2

Text Example


Text Example

White with #DD20A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20A2; }

 p { color: rgb(221,32,162); }

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

background-color css

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

 a { background-color: rgb(221,32,162); }

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

border-color css

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

 span { border-color: rgb(221,32,162); }

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