#D56C92

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

Shades of Pale Violet Red #D56C92

Tints of Pale Violet Red #D56C92

Color information

#D56C92 (or 0xD56C92) is unknown color: approx Pale Violet Red. HEX triplet: D5, 6C and 92. RGB value is (213,108,146). Sum of RGB (Red+Green+Blue) = 213+108+146=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56C92 is #2A936D. Grayscale: #8F8F8F. Windows color (decimal): -2790254 or 9596117. OLE color: 9596117.

HSL color Cylindrical-coordinate representation of color #D56C92: hue angle of 338.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56C92 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213108146-
CMYK00.490.310.16
HSL338.29º55.56%62.94%-
HSV(B)338.29º49.3%83.53%-
XYZ37.9926.9530.39-
YUV143.73129.29177.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=45.61%
G=23.13%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310814600.490.310.16338.2955.5662.94
HexD56C920311F10152383f
Octal32515422206137205227077
Binary1101010111011001001001001100011111110000101010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56C92; }

 p { color: rgb(213,108,146); }

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

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

 a { background-color: rgb(213,108,146); }

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

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

 span { border-color: rgb(213,108,146); }

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