#D57CB7

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

Shades of Persian Pink #D57CB7

Tints of Persian Pink #D57CB7

Color information

#D57CB7 (or 0xD57CB7) is unknown color: approx Persian Pink. HEX triplet: D5, 7C and B7. RGB value is (213,124,183). Sum of RGB (Red+Green+Blue) = 213+124+183=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CB7 is #2A8348. Grayscale: #9D9D9D. Windows color (decimal): -2786121 or 12025045. OLE color: 12025045.

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

Color convert

RGB213124183-
CMYK00.420.140.16
HSL320.22º51.45%66.08%-
HSV(B)320.22º41.78%83.53%-
XYZ43.231.9848.7-
YUV157.34142.49167.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 183 (71.88% from 255) = 35.19%
R=40.96%
G=23.85%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312418300.420.140.16320.2251.4566.08
HexD57CB702AE101403342
Octal325174267052162050063102
Binary1101010111111001011011101010101110100001010000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CB7; }

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

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

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

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

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

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

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

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