#DD75AF

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

Shades of Persian Pink #DD75AF

Tints of Persian Pink #DD75AF

Color information

#DD75AF (or 0xDD75AF) is unknown color: approx Persian Pink. HEX triplet: DD, 75 and AF. RGB value is (221,117,175). Sum of RGB (Red+Green+Blue) = 221+117+175=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75AF is #228A50. Grayscale: #9A9A9A. Windows color (decimal): -2263633 or 11498973. OLE color: 11498973.

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

Color convert

RGB221117175-
CMYK00.470.210.13
HSL326.54º60.47%66.27%-
HSV(B)326.54º47.06%86.67%-
XYZ43.9231.1944.26-
YUV154.71139.46175.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=43.08%
G=22.81%
B=34.11%

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
Decimal22111717500.470.210.13326.5460.4766.27
HexDD75AF02F15D1473c42
Octal335165257057251550774102
Binary1101110111101011010111101011111010111011010001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75AF; }

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

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

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

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

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

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

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

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