#D56698

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

Shades of Hopbush #D56698

Tints of Hopbush #D56698

Color information

#D56698 (or 0xD56698) is unknown color: approx Hopbush. HEX triplet: D5, 66 and 98. RGB value is (213,102,152). Sum of RGB (Red+Green+Blue) = 213+102+152=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D56698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56698 is #2A9967. Grayscale: #8C8C8C. Windows color (decimal): -2791784 or 9987797. OLE color: 9987797.

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

Color convert

RGB213102152-
CMYK00.520.290.16
HSL332.97º56.92%61.76%-
HSV(B)332.97º52.11%83.53%-
XYZ37.8625.9232.71-
YUV140.89134.27179.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=45.61%
G=21.84%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310215200.520.290.16332.9756.9261.76
HexD566980341D1014d393e
Octal32514623006435205157176
Binary1101010111001101001100001101001110110000101001101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56698; }

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

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

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

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

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

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

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

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