#D778BA

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

Shades of Persian Pink #D778BA

Tints of Persian Pink #D778BA

Color information

#D778BA (or 0xD778BA) is unknown color: approx Persian Pink. HEX triplet: D7, 78 and BA. RGB value is (215,120,186). Sum of RGB (Red+Green+Blue) = 215+120+186=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D778BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778BA is #288745. Grayscale: #9B9B9B. Windows color (decimal): -2656070 or 12220631. OLE color: 12220631.

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

Color convert

RGB215120186-
CMYK00.440.130.16
HSL318.32º54.29%65.69%-
HSV(B)318.32º44.19%84.31%-
XYZ43.631.4350.22-
YUV155.93144.97170.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=41.27%
G=23.03%
B=35.70%

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
Decimal21512018600.440.130.16318.3254.2965.69
HexD778BA02CD1013e3642
Octal327170272054152047666102
Binary1101011111110001011101001011001101100001001111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D778BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D778BA; }

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

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

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

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

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

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

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

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