#D56D98

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

Shades of Hopbush #D56D98

Tints of Hopbush #D56D98

Color information

#D56D98 (or 0xD56D98) is unknown color: approx Hopbush. HEX triplet: D5, 6D and 98. RGB value is (213,109,152). Sum of RGB (Red+Green+Blue) = 213+109+152=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56D98 is #2A9267. Grayscale: #909090. Windows color (decimal): -2789992 or 9989589. OLE color: 9989589.

HSL color Cylindrical-coordinate representation of color #D56D98: hue angle of 335.19º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56D98 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213109152-
CMYK00.490.290.16
HSL335.19º55.32%63.14%-
HSV(B)335.19º48.83%83.53%-
XYZ38.5827.3532.95-
YUV145131.96176.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 109 (42.97% from 255) = 23.00%
BLUE value IS 152 (59.77% from 255) = 32.07%
R=44.94%
G=23.00%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310915200.490.290.16335.1955.3263.14
HexD56D980311D1014f373f
Octal32515523006135205176777
Binary1101010111011011001100001100011110110000101001111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D98; }

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

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

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

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

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

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

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

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