#DD7CB8

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

Shades of Persian Pink #DD7CB8

Tints of Persian Pink #DD7CB8

Color information

#DD7CB8 (or 0xDD7CB8) is unknown color: approx Persian Pink. HEX triplet: DD, 7C and B8. RGB value is (221,124,184). Sum of RGB (Red+Green+Blue) = 221+124+184=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CB8 is #228347. Grayscale: #9F9F9F. Windows color (decimal): -2261832 or 12090589. OLE color: 12090589.

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

Color convert

RGB221124184-
CMYK00.440.170.13
HSL322.89º58.79%67.65%-
HSV(B)322.89º43.89%86.67%-
XYZ45.6833.2549.36-
YUV159.84141.64171.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=41.78%
G=23.44%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112418400.440.170.13322.8958.7967.65
HexDD7CB802C11D1433b44
Octal335174270054211550373104
Binary1101110111111001011100001011001000111011010000111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CB8; }

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

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

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

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

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

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

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

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