#DD7CB9

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

Shades of Persian Pink #DD7CB9

Tints of Persian Pink #DD7CB9

Color information

#DD7CB9 (or 0xDD7CB9) is unknown color: approx Persian Pink. HEX triplet: DD, 7C and B9. RGB value is (221,124,185). Sum of RGB (Red+Green+Blue) = 221+124+185=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CB9 is #228346. Grayscale: #9F9F9F. Windows color (decimal): -2261831 or 12156125. OLE color: 12156125.

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

Color convert

RGB221124185-
CMYK00.440.160.13
HSL322.27º58.79%67.65%-
HSV(B)322.27º43.89%86.67%-
XYZ45.7833.2949.91-
YUV159.96142.14171.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 124 (48.83% from 255) = 23.40%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=41.70%
G=23.40%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112418500.440.160.13322.2758.7967.65
HexDD7CB902C10D1423b44
Octal335174271054201550273104
Binary1101110111111001011100101011001000011011010000101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CB9; }

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

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

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

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

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

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

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

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