#DD2AAC

Color #DD2AAC Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #DD2AAC

Tints of Persian Rose #DD2AAC

Color information

#DD2AAC (or 0xDD2AAC) is unknown color: approx 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

RGB22142172-
CMYK00.810.220.13
HSL316.42º72.47%51.57%-
HSV(B)316.42º81%86.67%-
XYZ38.0920.0140.88-
YUV110.34162.8206.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 42 (16.80% from 255) = 9.66%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=50.80%
G=9.66%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214217200.810.220.13316.4272.4751.57
HexDD2AAC05116D13c4834
Octal335522540121261547411064
Binary1101110110101010101100010100011011011011001111001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>