#DD7AB9

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

Shades of Persian Pink #DD7AB9

Tints of Persian Pink #DD7AB9

Color information

#DD7AB9 (or 0xDD7AB9) is unknown color: approx Persian Pink. HEX triplet: DD, 7A and B9. RGB value is (221,122,185). Sum of RGB (Red+Green+Blue) = 221+122+185=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AB9 is #228546. Grayscale: #9E9E9E. Windows color (decimal): -2262343 or 12155613. OLE color: 12155613.

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

Color convert

RGB221122185-
CMYK00.450.160.13
HSL321.82º59.28%67.25%-
HSV(B)321.82º44.8%86.67%-
XYZ45.5432.7949.83-
YUV158.78142.8172.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 122 (48.05% from 255) = 23.11%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=41.86%
G=23.11%
B=35.04%

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
Decimal22112218500.450.160.13321.8259.2867.25
HexDD7AB902D10D1423b43
Octal335172271055201550273103
Binary1101110111110101011100101011011000011011010000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7AB9; }

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

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

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

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

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

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

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

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