#D56696

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

Shades of Hopbush #D56696

Tints of Hopbush #D56696

Color information

#D56696 (or 0xD56696) is unknown color: approx Hopbush. HEX triplet: D5, 66 and 96. RGB value is (213,102,150). Sum of RGB (Red+Green+Blue) = 213+102+150=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D56696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56696 is #2A9969. Grayscale: #8C8C8C. Windows color (decimal): -2791786 or 9856725. OLE color: 9856725.

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

Color convert

RGB213102150-
CMYK00.520.300.16
HSL334.05º56.92%61.76%-
HSV(B)334.05º52.11%83.53%-
XYZ37.725.8531.86-
YUV140.66133.27179.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=45.81%
G=21.94%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310215000.520.300.16334.0556.9261.76
HexD566960341E1014e393e
Octal32514622606436205167176
Binary1101010111001101001011001101001111010000101001110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56696; }

 p { color: rgb(213,102,150); }

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

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

 a { background-color: rgb(213,102,150); }

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

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

 span { border-color: rgb(213,102,150); }

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