#DD7ABA

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

Shades of Persian Pink #DD7ABA

Tints of Persian Pink #DD7ABA

Color information

#DD7ABA (or 0xDD7ABA) is unknown color: approx Persian Pink. HEX triplet: DD, 7A and BA. RGB value is (221,122,186). Sum of RGB (Red+Green+Blue) = 221+122+186=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ABA is #228545. Grayscale: #9E9E9E. Windows color (decimal): -2262342 or 12221149. OLE color: 12221149.

HSL color Cylindrical-coordinate representation of color #DD7ABA: hue angle of 321.21º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7ABA is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221122186-
CMYK00.450.160.13
HSL321.21º59.28%67.25%-
HSV(B)321.21º44.8%86.67%-
XYZ45.6432.8450.39-
YUV158.9143.3172.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=41.78%
G=23.06%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112218600.450.160.13321.2159.2867.25
HexDD7ABA02D10D1413b43
Octal335172272055201550173103
Binary1101110111110101011101001011011000011011010000011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7ABA; }

 p { color: rgb(221,122,186); }

 H1.HeaderClassName
 {
   color: #DD7ABA;
 }
 .AnyTagClassName
 {
   color: #DD7ABA;
 }
</style>
background-color css

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

 a { background-color: rgb(221,122,186); }

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

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

 span { border-color: rgb(221,122,186); }

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