Html Css Color HEX #DD20A4 Persian Rose

📋 copy color: '#DD20A4'

red 221 ◦ green 32 ◦ blue 164

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

Shades of Persian Rose #DD20A4

Tints of Persian Rose #DD20A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.33%

R = 53%
G = 7.67%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD20A4 (or 0xDD20A4) is known color: Persian Rose. HEX triplet: DD, 20 and A4. RGB value is (221,32,164). Sum of RGB (Red+Green+Blue) = 221+32+164=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD20A4 is #22DF5B. Grayscale: #676767. Windows color (decimal): -2285404 or 10756317. OLE color: 10756317.

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

Color convert

RGB 221 32 164 -
CMYK 0 0.86 0.26 0.13
HSL 318.1º 0.75% 0.5% -
HSV(B) 318.1º 0.86% 0.87% -
XYZ 37.04 19.09 36.85 -
YUV 103.56 162.12 211.77 -
System Red Green Blue C M Y K H S L
Decimal 221 32 164 0 0.86 0.26 0.13 318.1 0.75 0.5
Hex DD 20 A4 0 56 1A D 13E 4B 32
Octal 335 40 244 0 126 32 15 476 113 62
Binary 11011101 100000 10100100 0 1010110 11010 1101 100111110 1001011 110010

Color Harmonies of #DD20A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20A4

Black with #DD20A4

Text Example


Text Example

White with #DD20A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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