#D57FB9

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

Shades of Persian Pink #D57FB9

Tints of Persian Pink #D57FB9

Color information

#D57FB9 (or 0xD57FB9) is unknown color: approx Persian Pink. HEX triplet: D5, 7F and B9. RGB value is (213,127,185). Sum of RGB (Red+Green+Blue) = 213+127+185=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FB9 is #2A8046. Grayscale: #9F9F9F. Windows color (decimal): -2785351 or 12156885. OLE color: 12156885.

HSL color Cylindrical-coordinate representation of color #D57FB9: hue angle of 319.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FB9 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213127185-
CMYK00.400.130.16
HSL319.53º50.59%66.67%-
HSV(B)319.53º40.38%83.53%-
XYZ43.7932.8349.93-
YUV159.33142.49166.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=40.57%
G=24.19%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312718500.400.130.16319.5350.5966.67
HexD57FB9028D101403343
Octal325177271050152050063103
Binary1101010111111111011100101010001101100001010000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FB9; }

 p { color: rgb(213,127,185); }

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

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

 a { background-color: rgb(213,127,185); }

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

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

 span { border-color: rgb(213,127,185); }

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