#D56F92

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

Shades of Pale Violet Red #D56F92

Tints of Pale Violet Red #D56F92

Color information

#D56F92 (or 0xD56F92) is unknown color: approx Pale Violet Red. HEX triplet: D5, 6F and 92. RGB value is (213,111,146). Sum of RGB (Red+Green+Blue) = 213+111+146=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F92 is #2A906D. Grayscale: #919191. Windows color (decimal): -2789486 or 9596885. OLE color: 9596885.

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

Color convert

RGB213111146-
CMYK00.480.310.16
HSL339.41º54.84%63.53%-
HSV(B)339.41º47.89%83.53%-
XYZ38.3127.5930.5-
YUV145.49128.29176.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=45.32%
G=23.62%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311114600.480.310.16339.4154.8463.53
HexD56F920301F101533740
Octal325157222060372052367100
Binary11010101110111110010010011000011111100001010100111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F92; }

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

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

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

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

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

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

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

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