#DD7AC0

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

Shades of Persian Pink #DD7AC0

Tints of Persian Pink #DD7AC0

Color information

#DD7AC0 (or 0xDD7AC0) is unknown color: approx Persian Pink. HEX triplet: DD, 7A and C0. RGB value is (221,122,192). Sum of RGB (Red+Green+Blue) = 221+122+192=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC0 is #22853F. Grayscale: #9F9F9F. Windows color (decimal): -2262336 or 12614365. OLE color: 12614365.

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

Color convert

RGB221122192-
CMYK00.450.130.13
HSL317.58º59.28%67.25%-
HSV(B)317.58º44.8%86.67%-
XYZ46.2933.153.82-
YUV159.58146.3171.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 122 (48.05% from 255) = 22.80%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=41.31%
G=22.80%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112219200.450.130.13317.5859.2867.25
HexDD7AC002DDD13e3b43
Octal335172300055151547673103
Binary110111011111010110000000101101110111011001111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7AC0; }

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

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

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

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

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

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

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

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