#DD7FB5

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

Shades of Persian Pink #DD7FB5

Tints of Persian Pink #DD7FB5

Color information

#DD7FB5 (or 0xDD7FB5) is unknown color: approx Persian Pink. HEX triplet: DD, 7F and B5. RGB value is (221,127,181). Sum of RGB (Red+Green+Blue) = 221+127+181=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FB5 is #22804A. Grayscale: #A1A1A1. Windows color (decimal): -2261067 or 11894749. OLE color: 11894749.

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

Color convert

RGB221127181-
CMYK00.430.180.13
HSL325.53º58.02%68.24%-
HSV(B)325.53º42.53%86.67%-
XYZ45.7533.8947.85-
YUV161.26139.14170.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=41.78%
G=24.01%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112718100.430.180.13325.5358.0268.24
HexDD7FB502B12D1463a44
Octal335177265053221550672104
Binary1101110111111111011010101010111001011011010001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FB5; }

 p { color: rgb(221,127,181); }

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

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

 a { background-color: rgb(221,127,181); }

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

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

 span { border-color: rgb(221,127,181); }

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