#D56D91

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

Shades of Pale Violet Red #D56D91

Tints of Pale Violet Red #D56D91

Color information

#D56D91 (or 0xD56D91) is unknown color: approx Pale Violet Red. HEX triplet: D5, 6D and 91. RGB value is (213,109,145). Sum of RGB (Red+Green+Blue) = 213+109+145=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56D91 is #2A926E. Grayscale: #909090. Windows color (decimal): -2789999 or 9530837. OLE color: 9530837.

HSL color Cylindrical-coordinate representation of color #D56D91: hue angle of 339.23º degrees, saturation: 0.55, 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 #D56D91 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB213109145-
CMYK00.490.320.16
HSL339.23º55.32%63.14%-
HSV(B)339.23º48.83%83.53%-
XYZ38.0227.1330.02-
YUV144.2128.46177.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 145 (57.03% from 255) = 31.05%
R=45.61%
G=23.34%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310914500.490.320.16339.2355.3263.14
HexD56D910312010153373f
Octal32515522106140205236777
Binary11010101110110110010001011000110000010000101010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D91; }

 p { color: rgb(213,109,145); }

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

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

 a { background-color: rgb(213,109,145); }

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

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

 span { border-color: rgb(213,109,145); }

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