#D56794

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

Shades of Hopbush #D56794

Tints of Hopbush #D56794

Color information

#D56794 (or 0xD56794) is unknown color: approx Hopbush. HEX triplet: D5, 67 and 94. RGB value is (213,103,148). Sum of RGB (Red+Green+Blue) = 213+103+148=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D56794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56794 is #2A986B. Grayscale: #8C8C8C. Windows color (decimal): -2791532 or 9725909. OLE color: 9725909.

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

Color convert

RGB213103148-
CMYK00.520.310.16
HSL335.45º56.7%61.96%-
HSV(B)335.45º51.64%83.53%-
XYZ37.6425.9831.05-
YUV141.02131.94179.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=45.91%
G=22.20%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310314800.520.310.16335.4556.761.96
HexD567940341F1014f393e
Octal32514722406437205177176
Binary1101010111001111001010001101001111110000101001111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56794; }

 p { color: rgb(213,103,148); }

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

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

 a { background-color: rgb(213,103,148); }

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

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

 span { border-color: rgb(213,103,148); }

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