#D778B5

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

Shades of Persian Pink #D778B5

Tints of Persian Pink #D778B5

Color information

#D778B5 (or 0xD778B5) is unknown color: approx Persian Pink. HEX triplet: D7, 78 and B5. RGB value is (215,120,181). Sum of RGB (Red+Green+Blue) = 215+120+181=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D778B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778B5 is #28874A. Grayscale: #9B9B9B. Windows color (decimal): -2656075 or 11892951. OLE color: 11892951.

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

Color convert

RGB215120181-
CMYK00.440.160.16
HSL321.47º54.29%65.69%-
HSV(B)321.47º44.19%84.31%-
XYZ43.0831.2247.47-
YUV155.36142.47170.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.67%
GREEN value IS 120 (47.27% from 255) = 23.26%
BLUE value IS 181 (71.09% from 255) = 35.08%
R=41.67%
G=23.26%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512018100.440.160.16321.4754.2965.69
HexD778B502C10101413642
Octal327170265054202050166102
Binary11010111111100010110101010110010000100001010000011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D778B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D778B5; }

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

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

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

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

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

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

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

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