#DD7DB7

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

Shades of Persian Pink #DD7DB7

Tints of Persian Pink #DD7DB7

Color information

#DD7DB7 (or 0xDD7DB7) is unknown color: approx Persian Pink. HEX triplet: DD, 7D and B7. RGB value is (221,125,183). Sum of RGB (Red+Green+Blue) = 221+125+183=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DB7 is #228248. Grayscale: #A0A0A0. Windows color (decimal): -2261577 or 12025309. OLE color: 12025309.

HSL color Cylindrical-coordinate representation of color #DD7DB7: hue angle of 323.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DB7 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221125183-
CMYK00.430.170.13
HSL323.75º58.54%67.84%-
HSV(B)323.75º43.44%86.67%-
XYZ45.733.4648.85-
YUV160.32140.8171.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=41.78%
G=23.63%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112518300.430.170.13323.7558.5467.84
HexDD7DB702B11D1443b44
Octal335175267053211550473104
Binary1101110111111011011011101010111000111011010001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DB7; }

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

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

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

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

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

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

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

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