#D57FB7

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

Shades of Persian Pink #D57FB7

Tints of Persian Pink #D57FB7

Color information

#D57FB7 (or 0xD57FB7) is unknown color: approx Persian Pink. HEX triplet: D5, 7F and B7. RGB value is (213,127,183). Sum of RGB (Red+Green+Blue) = 213+127+183=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FB7 is #2A8048. Grayscale: #9E9E9E. Windows color (decimal): -2785353 or 12025813. OLE color: 12025813.

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

Color convert

RGB213127183-
CMYK00.400.140.16
HSL320.93º50.59%66.67%-
HSV(B)320.93º40.38%83.53%-
XYZ43.5832.7448.82-
YUV159.1141.49166.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 127 (50% from 255) = 24.28%
BLUE value IS 183 (71.88% from 255) = 34.99%
R=40.73%
G=24.28%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312718300.400.140.16320.9350.5966.67
HexD57FB7028E101413343
Octal325177267050162050163103
Binary1101010111111111011011101010001110100001010000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FB7; }

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

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

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

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

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

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

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

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