#D57CB4

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

Shades of Persian Pink #D57CB4

Tints of Persian Pink #D57CB4

Color information

#D57CB4 (or 0xD57CB4) is unknown color: approx Persian Pink. HEX triplet: D5, 7C and B4. RGB value is (213,124,180). Sum of RGB (Red+Green+Blue) = 213+124+180=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CB4 is #2A834B. Grayscale: #9C9C9C. Windows color (decimal): -2786124 or 11828437. OLE color: 11828437.

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

Color convert

RGB213124180-
CMYK00.420.150.16
HSL322.25º51.45%66.08%-
HSV(B)322.25º41.78%83.53%-
XYZ42.8931.8647.07-
YUV157140.99167.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 124 (48.83% from 255) = 23.98%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=41.20%
G=23.98%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312418000.420.150.16322.2551.4566.08
HexD57CB402AF101423342
Octal325174264052172050263102
Binary1101010111111001011010001010101111100001010000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CB4; }

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

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

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

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

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

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

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

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