#D779B9

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

Shades of Persian Pink #D779B9

Tints of Persian Pink #D779B9

Color information

#D779B9 (or 0xD779B9) is unknown color: approx Persian Pink. HEX triplet: D7, 79 and B9. RGB value is (215,121,185). Sum of RGB (Red+Green+Blue) = 215+121+185=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D779B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779B9 is #288646. Grayscale: #9C9C9C. Windows color (decimal): -2655815 or 12155351. OLE color: 12155351.

HSL color Cylindrical-coordinate representation of color #D779B9: hue angle of 319.15º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D779B9 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215121185-
CMYK00.440.140.16
HSL319.15º54.02%65.88%-
HSV(B)319.15º43.72%84.31%-
XYZ43.6231.6249.7-
YUV156.4144.14169.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=41.27%
G=23.22%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512118500.440.140.16319.1554.0265.88
HexD779B902CE1013f3642
Octal327171271054162047766102
Binary1101011111110011011100101011001110100001001111111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D779B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D779B9; }

 p { color: rgb(215,121,185); }

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

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

 a { background-color: rgb(215,121,185); }

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

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

 span { border-color: rgb(215,121,185); }

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