#D778B0

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

Shades of Persian Pink #D778B0

Tints of Persian Pink #D778B0

Color information

#D778B0 (or 0xD778B0) is unknown color: approx Persian Pink. HEX triplet: D7, 78 and B0. RGB value is (215,120,176). Sum of RGB (Red+Green+Blue) = 215+120+176=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D778B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D778B0 is #28874F. Grayscale: #9A9A9A. Windows color (decimal): -2656080 or 11565271. OLE color: 11565271.

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

Color convert

RGB215120176-
CMYK00.440.180.16
HSL324.63º54.29%65.69%-
HSV(B)324.63º44.19%84.31%-
XYZ42.5831.0144.82-
YUV154.79139.97170.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.07%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=42.07%
G=23.48%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512017600.440.180.16324.6354.2965.69
HexD778B002C12101453642
Octal327170260054222050566102
Binary11010111111100010110000010110010010100001010001011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D778B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D778B0; }

 p { color: rgb(215,120,176); }

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

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

 a { background-color: rgb(215,120,176); }

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

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

 span { border-color: rgb(215,120,176); }

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