#DD75BB

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

Shades of Persian Pink #DD75BB

Tints of Persian Pink #DD75BB

Color information

#DD75BB (or 0xDD75BB) is unknown color: approx Persian Pink. HEX triplet: DD, 75 and BB. RGB value is (221,117,187). Sum of RGB (Red+Green+Blue) = 221+117+187=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75BB is #228A44. Grayscale: #9B9B9B. Windows color (decimal): -2263621 or 12285405. OLE color: 12285405.

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

Color convert

RGB221117187-
CMYK00.470.150.13
HSL319.62º60.47%66.27%-
HSV(B)319.62º47.06%86.67%-
XYZ45.1531.6850.75-
YUV156.08145.46174.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 117 (46.09% from 255) = 22.29%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=42.10%
G=22.29%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111718700.470.150.13319.6260.4766.27
HexDD75BB02FFD1403c42
Octal335165273057171550074102
Binary110111011110101101110110101111111111011010000001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75BB; }

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

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

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

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

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

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

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

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