#DD75B7

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

Shades of Persian Pink #DD75B7

Tints of Persian Pink #DD75B7

Color information

#DD75B7 (or 0xDD75B7) is unknown color: approx Persian Pink. HEX triplet: DD, 75 and B7. RGB value is (221,117,183). Sum of RGB (Red+Green+Blue) = 221+117+183=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75B7 is #228A48. Grayscale: #9B9B9B. Windows color (decimal): -2263625 or 12023261. OLE color: 12023261.

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

Color convert

RGB221117183-
CMYK00.470.170.13
HSL321.92º60.47%66.27%-
HSV(B)321.92º47.06%86.67%-
XYZ44.7331.5148.53-
YUV155.62143.46174.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=42.42%
G=22.46%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111718300.470.170.13321.9260.4766.27
HexDD75B702F11D1423c42
Octal335165267057211550274102
Binary1101110111101011011011101011111000111011010000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75B7; }

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

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

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

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

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

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

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

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