#D779BB

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

Shades of Persian Pink #D779BB

Tints of Persian Pink #D779BB

Color information

#D779BB (or 0xD779BB) is unknown color: approx Persian Pink. HEX triplet: D7, 79 and BB. RGB value is (215,121,187). Sum of RGB (Red+Green+Blue) = 215+121+187=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D779BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779BB is #288644. Grayscale: #9C9C9C. Windows color (decimal): -2655813 or 12286423. OLE color: 12286423.

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

Color convert

RGB215121187-
CMYK00.440.130.16
HSL317.87º54.02%65.88%-
HSV(B)317.87º43.72%84.31%-
XYZ43.8331.7150.82-
YUV156.63145.14169.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=41.11%
G=23.14%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512118700.440.130.16317.8754.0265.88
HexD779BB02CD1013e3642
Octal327171273054152047666102
Binary1101011111110011011101101011001101100001001111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D779BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D779BB; }

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

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

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

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

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

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

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

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