#DD7AB3

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

Shades of Persian Pink #DD7AB3

Tints of Persian Pink #DD7AB3

Color information

#DD7AB3 (or 0xDD7AB3) is unknown color: approx Persian Pink. HEX triplet: DD, 7A and B3. RGB value is (221,122,179). Sum of RGB (Red+Green+Blue) = 221+122+179=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AB3 is #22854C. Grayscale: #9D9D9D. Windows color (decimal): -2262349 or 11762397. OLE color: 11762397.

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

Color convert

RGB221122179-
CMYK00.450.190.13
HSL325.45º59.28%67.25%-
HSV(B)325.45º44.8%86.67%-
XYZ44.9232.5546.56-
YUV158.1139.8172.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=42.34%
G=23.37%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112217900.450.190.13325.4559.2867.25
HexDD7AB302D13D1453b43
Octal335172263055231550573103
Binary1101110111110101011001101011011001111011010001011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7AB3; }

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

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

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

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

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

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

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

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