#D56298

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

Shades of Hopbush #D56298

Tints of Hopbush #D56298

Color information

#D56298 (or 0xD56298) is unknown color: approx Hopbush. HEX triplet: D5, 62 and 98. RGB value is (213,98,152). Sum of RGB (Red+Green+Blue) = 213+98+152=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D56298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56298 is #2A9D67. Grayscale: #8A8A8A. Windows color (decimal): -2792808 or 9986773. OLE color: 9986773.

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

Color convert

RGB21398152-
CMYK00.540.290.16
HSL331.83º57.79%60.98%-
HSV(B)331.83º53.99%83.53%-
XYZ37.4825.1532.58-
YUV138.54135.6181.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 98 (38.67% from 255) = 21.17%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=46.00%
G=21.17%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139815200.540.290.16331.8357.7960.98
HexD562980361D1014c3a3d
Octal32514223006635205147275
Binary1101010111000101001100001101101110110000101001100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56298; }

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

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

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

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

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

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

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

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