#D57B9E

Color #D57B9E Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D57B9E

Tints of Pale Violet Red #D57B9E

Color information

#D57B9E (or 0xD57B9E) is unknown color: approx Pale Violet Red. HEX triplet: D5, 7B and 9E. RGB value is (213,123,158). Sum of RGB (Red+Green+Blue) = 213+123+158=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57B9E is #2A8461. Grayscale: #999999. Windows color (decimal): -2786402 or 10386389. OLE color: 10386389.

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

Color convert

RGB213123158-
CMYK00.420.260.16
HSL336.67º51.72%65.88%-
HSV(B)336.67º42.25%83.53%-
XYZ40.730.7836.14-
YUV153.9130.32170.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=43.12%
G=24.90%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312315800.420.260.16336.6751.7265.88
HexD57B9E02A1A101513442
Octal325173236052322052164102
Binary11010101111101110011110010101011010100001010100011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57B9E; }

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

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

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

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

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

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

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

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