#D578B2

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

Shades of Persian Pink #D578B2

Tints of Persian Pink #D578B2

Color information

#D578B2 (or 0xD578B2) is unknown color: approx Persian Pink. HEX triplet: D5, 78 and B2. RGB value is (213,120,178). Sum of RGB (Red+Green+Blue) = 213+120+178=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D578B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D578B2 is #2A874D. Grayscale: #9A9A9A. Windows color (decimal): -2787150 or 11696341. OLE color: 11696341.

HSL color Cylindrical-coordinate representation of color #D578B2: hue angle of 322.58º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D578B2 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB213120178-
CMYK00.440.160.16
HSL322.58º52.54%65.29%-
HSV(B)322.58º43.66%83.53%-
XYZ42.1930.7945.84-
YUV154.42141.31169.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=41.68%
G=23.48%
B=34.83%

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
Decimal21312017800.440.160.16322.5852.5465.29
HexD578B202C10101433541
Octal325170262054202050365101
Binary11010101111100010110010010110010000100001010000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578B2; }

 p { color: rgb(213,120,178); }

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

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

 a { background-color: rgb(213,120,178); }

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

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

 span { border-color: rgb(213,120,178); }

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