#D57AB1

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

Shades of Persian Pink #D57AB1

Tints of Persian Pink #D57AB1

Color information

#D57AB1 (or 0xD57AB1) is unknown color: approx Persian Pink. HEX triplet: D5, 7A and B1. RGB value is (213,122,177). Sum of RGB (Red+Green+Blue) = 213+122+177=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57AB1 is #2A854E. Grayscale: #9B9B9B. Windows color (decimal): -2786639 or 11631317. OLE color: 11631317.

HSL color Cylindrical-coordinate representation of color #D57AB1: hue angle of 323.74º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57AB1 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213122177-
CMYK00.430.170.16
HSL323.74º52%65.69%-
HSV(B)323.74º42.72%83.53%-
XYZ42.3431.2445.39-
YUV155.48140.15169.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=41.60%
G=23.83%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312217700.430.170.16323.745265.69
HexD57AB102B11101443442
Octal325172261053212050464102
Binary11010101111101010110001010101110001100001010001001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57AB1; }

 p { color: rgb(213,122,177); }

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

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

 a { background-color: rgb(213,122,177); }

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

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

 span { border-color: rgb(213,122,177); }

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