#D56895

Color #D56895 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D56895

Tints of Hopbush #D56895

Color information

#D56895 (or 0xD56895) is unknown color: approx Hopbush. HEX triplet: D5, 68 and 95. RGB value is (213,104,149). Sum of RGB (Red+Green+Blue) = 213+104+149=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D56895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56895 is #2A976A. Grayscale: #8D8D8D. Windows color (decimal): -2791275 or 9791701. OLE color: 9791701.

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

Color convert

RGB213104149-
CMYK00.510.300.16
HSL335.23º56.48%62.16%-
HSV(B)335.23º51.17%83.53%-
XYZ37.8226.2231.5-
YUV141.72132.11178.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 104 (41.02% from 255) = 22.32%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=45.71%
G=22.32%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310414900.510.300.16335.2356.4862.16
HexD568950331E1014f383e
Octal32515022506336205177076
Binary1101010111010001001010101100111111010000101001111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56895; }

 p { color: rgb(213,104,149); }

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

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

 a { background-color: rgb(213,104,149); }

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

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

 span { border-color: rgb(213,104,149); }

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