#D57BB8

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

Shades of Persian Pink #D57BB8

Tints of Persian Pink #D57BB8

Color information

#D57BB8 (or 0xD57BB8) is unknown color: approx Persian Pink. HEX triplet: D5, 7B and B8. RGB value is (213,123,184). Sum of RGB (Red+Green+Blue) = 213+123+184=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BB8 is #2A8447. Grayscale: #9C9C9C. Windows color (decimal): -2786376 or 12090325. OLE color: 12090325.

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

Color convert

RGB213123184-
CMYK00.420.140.16
HSL319.33º51.72%65.88%-
HSV(B)319.33º42.25%83.53%-
XYZ43.1831.7749.2-
YUV156.86143.32168.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=40.96%
G=23.65%
B=35.38%

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
Decimal21312318400.420.140.16319.3351.7265.88
HexD57BB802AE1013f3442
Octal325173270052162047764102
Binary1101010111110111011100001010101110100001001111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57BB8; }

 p { color: rgb(213,123,184); }

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

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

 a { background-color: rgb(213,123,184); }

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

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

 span { border-color: rgb(213,123,184); }

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