#D56199

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

Shades of Hopbush #D56199

Tints of Hopbush #D56199

Color information

#D56199 (or 0xD56199) is unknown color: approx Hopbush. HEX triplet: D5, 61 and 99. RGB value is (213,97,153). Sum of RGB (Red+Green+Blue) = 213+97+153=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D56199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56199 is #2A9E66. Grayscale: #898989. Windows color (decimal): -2793063 or 10052053. OLE color: 10052053.

HSL color Cylindrical-coordinate representation of color #D56199: hue angle of 331.03º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56199 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB21397153-
CMYK00.540.280.16
HSL331.03º58%60.78%-
HSV(B)331.03º54.46%83.53%-
XYZ37.472532.99-
YUV138.07136.43181.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=46.00%
G=20.95%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139715300.540.280.16331.035860.78
HexD561990361C1014b3a3d
Octal32514123106634205137275
Binary1101010111000011001100101101101110010000101001011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56199; }

 p { color: rgb(213,97,153); }

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

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

 a { background-color: rgb(213,97,153); }

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

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

 span { border-color: rgb(213,97,153); }

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