Html Css Color HEX #DD2AAC Persian Rose

📋 copy color: '#DD2AAC'

red 221 ◦ green 42 ◦ blue 172

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

Shades of Persian Rose #DD2AAC

Tints of Persian Rose #DD2AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.66%

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

R = 50.8%
G = 9.66%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD2AAC (or 0xDD2AAC) is known color: Persian Rose. HEX triplet: DD, 2A and AC. RGB value is (221,42,172). Sum of RGB (Red+Green+Blue) = 221+42+172=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2AAC is #22D553. Grayscale: #6E6E6E. Windows color (decimal): -2282836 or 11283165. OLE color: 11283165.

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

Color convert

RGB 221 42 172 -
CMYK 0 0.81 0.22 0.13
HSL 316.42º 0.72% 0.52% -
HSV(B) 316.42º 0.81% 0.87% -
XYZ 38.09 20.01 40.88 -
YUV 110.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 221 42 172 0 0.81 0.22 0.13 316.42 0.72 0.52
Hex DD 2A AC 0 51 16 D 13C 48 34
Octal 335 52 254 0 121 26 15 474 110 64
Binary 11011101 101010 10101100 0 1010001 10110 1101 100111100 1001000 110100

Color Harmonies of #DD2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2AAC

Black with #DD2AAC

Text Example


Text Example

White with #DD2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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