#DD75AE

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

Shades of Persian Pink #DD75AE

Tints of Persian Pink #DD75AE

Color information

#DD75AE (or 0xDD75AE) is unknown color: approx Persian Pink. HEX triplet: DD, 75 and AE. RGB value is (221,117,174). Sum of RGB (Red+Green+Blue) = 221+117+174=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75AE is #228A51. Grayscale: #9A9A9A. Windows color (decimal): -2263634 or 11433437. OLE color: 11433437.

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

Color convert

RGB221117174-
CMYK00.470.210.13
HSL327.12º60.47%66.27%-
HSV(B)327.12º47.06%86.67%-
XYZ43.8231.1543.75-
YUV154.59138.96175.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=43.16%
G=22.85%
B=33.98%

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
Decimal22111717400.470.210.13327.1260.4766.27
HexDD75AE02F15D1473c42
Octal335165256057251550774102
Binary1101110111101011010111001011111010111011010001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75AE; }

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

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

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

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

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

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

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

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