#DD7BB9

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

Shades of Persian Pink #DD7BB9

Tints of Persian Pink #DD7BB9

Color information

#DD7BB9 (or 0xDD7BB9) is unknown color: approx Persian Pink. HEX triplet: DD, 7B and B9. RGB value is (221,123,185). Sum of RGB (Red+Green+Blue) = 221+123+185=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BB9 is #228446. Grayscale: #9F9F9F. Windows color (decimal): -2262087 or 12155869. OLE color: 12155869.

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

Color convert

RGB221123185-
CMYK00.440.160.13
HSL322.04º59.04%67.45%-
HSV(B)322.04º44.34%86.67%-
XYZ45.6633.0449.87-
YUV159.37142.47171.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 123 (48.44% from 255) = 23.25%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=41.78%
G=23.25%
B=34.97%

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
Decimal22112318500.440.160.13322.0459.0467.45
HexDD7BB902C10D1423b43
Octal335173271054201550273103
Binary1101110111110111011100101011001000011011010000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BB9; }

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

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

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

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

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

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

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

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