#DD76AE

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

Shades of Persian Pink #DD76AE

Tints of Persian Pink #DD76AE

Color information

#DD76AE (or 0xDD76AE) is unknown color: approx Persian Pink. HEX triplet: DD, 76 and AE. RGB value is (221,118,174). Sum of RGB (Red+Green+Blue) = 221+118+174=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76AE is #228951. Grayscale: #9B9B9B. Windows color (decimal): -2263378 or 11433693. OLE color: 11433693.

HSL color Cylindrical-coordinate representation of color #DD76AE: hue angle of 327.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76AE is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221118174-
CMYK00.470.210.13
HSL327.38º60.23%66.47%-
HSV(B)327.38º46.61%86.67%-
XYZ43.9431.3943.79-
YUV155.18138.62174.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 118 (46.48% from 255) = 23.00%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=43.08%
G=23.00%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111817400.470.210.13327.3860.2366.47
HexDD76AE02F15D1473c42
Octal335166256057251550774102
Binary1101110111101101010111001011111010111011010001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76AE; }

 p { color: rgb(221,118,174); }

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

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

 a { background-color: rgb(221,118,174); }

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

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

 span { border-color: rgb(221,118,174); }

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