#DD7FBA

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

Shades of Persian Pink #DD7FBA

Tints of Persian Pink #DD7FBA

Color information

#DD7FBA (or 0xDD7FBA) is unknown color: approx Persian Pink. HEX triplet: DD, 7F and BA. RGB value is (221,127,186). Sum of RGB (Red+Green+Blue) = 221+127+186=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FBA is #228045. Grayscale: #A1A1A1. Windows color (decimal): -2261062 or 12222429. OLE color: 12222429.

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

Color convert

RGB221127186-
CMYK00.430.160.13
HSL322.34º58.02%68.24%-
HSV(B)322.34º42.53%86.67%-
XYZ46.2734.150.6-
YUV161.83141.64170.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=41.39%
G=23.78%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112718600.430.160.13322.3458.0268.24
HexDD7FBA02B10D1423a44
Octal335177272053201550272104
Binary1101110111111111011101001010111000011011010000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FBA; }

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

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

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

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

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

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

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

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