#DA78BD

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

Shades of Persian Pink #DA78BD

Tints of Persian Pink #DA78BD

Color information

#DA78BD (or 0xDA78BD) is unknown color: approx Persian Pink. HEX triplet: DA, 78 and BD. RGB value is (218,120,189). Sum of RGB (Red+Green+Blue) = 218+120+189=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78BD is #258742. Grayscale: #9C9C9C. Windows color (decimal): -2459459 or 12417242. OLE color: 12417242.

HSL color Cylindrical-coordinate representation of color #DA78BD: hue angle of 317.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA78BD is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218120189-
CMYK00.450.130.15
HSL317.76º56.98%66.27%-
HSV(B)317.76º44.95%85.49%-
XYZ44.8232.0151.96-
YUV157.17145.97171.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=41.37%
G=22.77%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812018900.450.130.15317.7656.9866.27
HexDA78BD02DDF13e3942
Octal332170275055151747671102
Binary110110101111000101111010101101110111111001111101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA78BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA78BD; }

 p { color: rgb(218,120,189); }

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

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

 a { background-color: rgb(218,120,189); }

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

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

 span { border-color: rgb(218,120,189); }

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