#DD7DB8

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

Shades of Persian Pink #DD7DB8

Tints of Persian Pink #DD7DB8

Color information

#DD7DB8 (or 0xDD7DB8) is unknown color: approx Persian Pink. HEX triplet: DD, 7D and B8. RGB value is (221,125,184). Sum of RGB (Red+Green+Blue) = 221+125+184=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DB8 is #228247. Grayscale: #A0A0A0. Windows color (decimal): -2261576 or 12090845. OLE color: 12090845.

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

Color convert

RGB221125184-
CMYK00.430.170.13
HSL323.12º58.54%67.84%-
HSV(B)323.12º43.44%86.67%-
XYZ45.833.549.4-
YUV160.43141.3171.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 184 (72.27% from 255) = 34.72%
R=41.70%
G=23.58%
B=34.72%

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
Decimal22112518400.430.170.13323.1258.5467.84
HexDD7DB802B11D1433b44
Octal335175270053211550373104
Binary1101110111111011011100001010111000111011010000111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DB8; }

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

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

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

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

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

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

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

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