#D56F90

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

Shades of Pale Violet Red #D56F90

Tints of Pale Violet Red #D56F90

Color information

#D56F90 (or 0xD56F90) is unknown color: approx Pale Violet Red. HEX triplet: D5, 6F and 90. RGB value is (213,111,144). Sum of RGB (Red+Green+Blue) = 213+111+144=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F90 is #2A906F. Grayscale: #919191. Windows color (decimal): -2789488 or 9465813. OLE color: 9465813.

HSL color Cylindrical-coordinate representation of color #D56F90: hue angle of 340.59º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56F90 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB213111144-
CMYK00.480.320.16
HSL340.59º54.84%63.53%-
HSV(B)340.59º47.89%83.53%-
XYZ38.1627.5329.69-
YUV145.26127.29176.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 144 (56.64% from 255) = 30.77%
R=45.51%
G=23.72%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311114400.480.320.16340.5954.8463.53
HexD56F9003020101553740
Octal325157220060402052567100
Binary110101011101111100100000110000100000100001010101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F90; }

 p { color: rgb(213,111,144); }

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

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

 a { background-color: rgb(213,111,144); }

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

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

 span { border-color: rgb(213,111,144); }

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