Html Css Color HEX #DD32AC Persian Rose

📋 copy color: '#DD32AC'

red 221 ◦ green 50 ◦ blue 172

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

Shades of Persian Rose #DD32AC

Tints of Persian Rose #DD32AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 49.89%
G = 11.29%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD32AC (or 0xDD32AC) is known color: Persian Rose. HEX triplet: DD, 32 and AC. RGB value is (221,50,172). Sum of RGB (Red+Green+Blue) = 221+50+172=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD32AC is #22CD53. Grayscale: #727272. Windows color (decimal): -2280788 or 11285213. OLE color: 11285213.

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

Color convert

RGB 221 50 172 -
CMYK 0 0.77 0.22 0.13
HSL 317.19º 0.72% 0.53% -
HSV(B) 317.19º 0.77% 0.87% -
XYZ 38.41 20.63 40.99 -
YUV 115.04 160.15 203.58 -
System Red Green Blue C M Y K H S L
Decimal 221 50 172 0 0.77 0.22 0.13 317.19 0.72 0.53
Hex DD 32 AC 0 4D 16 D 13D 48 35
Octal 335 62 254 0 115 26 15 475 110 65
Binary 11011101 110010 10101100 0 1001101 10110 1101 100111101 1001000 110101

Color Harmonies of #DD32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32AC

Black with #DD32AC

Text Example


Text Example

White with #DD32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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