#D578B6

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

Shades of Persian Pink #D578B6

Tints of Persian Pink #D578B6

Color information

#D578B6 (or 0xD578B6) is unknown color: approx Persian Pink. HEX triplet: D5, 78 and B6. RGB value is (213,120,182). Sum of RGB (Red+Green+Blue) = 213+120+182=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D578B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578B6 is #2A8749. Grayscale: #9A9A9A. Windows color (decimal): -2787146 or 11958485. OLE color: 11958485.

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

Color convert

RGB213120182-
CMYK00.440.150.16
HSL320º52.54%65.29%-
HSV(B)320º43.66%83.53%-
XYZ42.630.9647.99-
YUV154.88143.31169.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=41.36%
G=23.30%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312018200.440.150.1632052.5465.29
HexD578B602CF101403541
Octal325170266054172050065101
Binary1101010111110001011011001011001111100001010000001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578B6; }

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

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

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

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

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

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

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

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