Html Css Color HEX #DD32AA Persian Rose

📋 copy color: '#DD32AA'

red 221 ◦ green 50 ◦ blue 170

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

Shades of Persian Rose #DD32AA

Tints of Persian Rose #DD32AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.34%

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 50.11%
G = 11.34%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD32AA (or 0xDD32AA) is known color: Persian Rose. HEX triplet: DD, 32 and AA. RGB value is (221,50,170). Sum of RGB (Red+Green+Blue) = 221+50+170=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD32AA is #22CD55. Grayscale: #727272. Windows color (decimal): -2280790 or 11154141. OLE color: 11154141.

HSL color Cylindrical-coordinate representation of color #DD32AA: hue angle of 317.89º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD32AA is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 170 -
CMYK 0 0.77 0.23 0.13
HSL 317.89º 0.72% 0.53% -
HSV(B) 317.89º 0.77% 0.87% -
XYZ 38.22 20.56 39.98 -
YUV 114.81 159.15 203.74 -
System Red Green Blue C M Y K H S L
Decimal 221 50 170 0 0.77 0.23 0.13 317.89 0.72 0.53
Hex DD 32 AA 0 4D 17 D 13E 48 35
Octal 335 62 252 0 115 27 15 476 110 65
Binary 11011101 110010 10101010 0 1001101 10111 1101 100111110 1001000 110101

Color Harmonies of #DD32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32AA

Black with #DD32AA

Text Example


Text Example

White with #DD32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32AA; }

 p { color: rgb(221,50,170); }

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

background-color css

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

 a { background-color: rgb(221,50,170); }

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

border-color css

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

 span { border-color: rgb(221,50,170); }

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