#D57AB4

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

Shades of Persian Pink #D57AB4

Tints of Persian Pink #D57AB4

Color information

#D57AB4 (or 0xD57AB4) is unknown color: approx Persian Pink. HEX triplet: D5, 7A and B4. RGB value is (213,122,180). Sum of RGB (Red+Green+Blue) = 213+122+180=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AB4 is #2A854B. Grayscale: #9B9B9B. Windows color (decimal): -2786636 or 11827925. OLE color: 11827925.

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

Color convert

RGB213122180-
CMYK00.430.150.16
HSL321.76º52%65.69%-
HSV(B)321.76º42.72%83.53%-
XYZ42.6431.3646.99-
YUV155.82141.65168.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=41.36%
G=23.69%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312218000.430.150.16321.765265.69
HexD57AB402BF101423442
Octal325172264053172050264102
Binary1101010111110101011010001010111111100001010000101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57AB4; }

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

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

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

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

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

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

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

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