#DD7FB4

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

Shades of Persian Pink #DD7FB4

Tints of Persian Pink #DD7FB4

Color information

#DD7FB4 (or 0xDD7FB4) is unknown color: approx Persian Pink. HEX triplet: DD, 7F and B4. RGB value is (221,127,180). Sum of RGB (Red+Green+Blue) = 221+127+180=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FB4 is #22804B. Grayscale: #A1A1A1. Windows color (decimal): -2261068 or 11829213. OLE color: 11829213.

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

Color convert

RGB221127180-
CMYK00.430.190.13
HSL326.17º58.02%68.24%-
HSV(B)326.17º42.53%86.67%-
XYZ45.6533.8547.31-
YUV161.15138.64170.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=41.86%
G=24.05%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112718000.430.190.13326.1758.0268.24
HexDD7FB402B13D1463a44
Octal335177264053231550672104
Binary1101110111111111011010001010111001111011010001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FB4; }

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

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

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

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

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

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

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

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