#D778B1

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

Shades of Persian Pink #D778B1

Tints of Persian Pink #D778B1

Color information

#D778B1 (or 0xD778B1) is unknown color: approx Persian Pink. HEX triplet: D7, 78 and B1. RGB value is (215,120,177). Sum of RGB (Red+Green+Blue) = 215+120+177=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D778B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D778B1 is #28874E. Grayscale: #9A9A9A. Windows color (decimal): -2656079 or 11630807. OLE color: 11630807.

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

Color convert

RGB215120177-
CMYK00.440.180.16
HSL324º54.29%65.69%-
HSV(B)324º44.19%84.31%-
XYZ42.6831.0545.34-
YUV154.9140.47170.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 120 (47.27% from 255) = 23.44%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=41.99%
G=23.44%
B=34.57%

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
Decimal21512017700.440.180.1632454.2965.69
HexD778B102C12101443642
Octal327170261054222050466102
Binary11010111111100010110001010110010010100001010001001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D778B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D778B1; }

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

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

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

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

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

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

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

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