#D56294

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

Shades of Hopbush #D56294

Tints of Hopbush #D56294

Color information

#D56294 (or 0xD56294) is unknown color: approx Hopbush. HEX triplet: D5, 62 and 94. RGB value is (213,98,148). Sum of RGB (Red+Green+Blue) = 213+98+148=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D56294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56294 is #2A9D6B. Grayscale: #8A8A8A. Windows color (decimal): -2792812 or 9724629. OLE color: 9724629.

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

Color convert

RGB21398148-
CMYK00.540.310.16
HSL333.91º57.79%60.98%-
HSV(B)333.91º53.99%83.53%-
XYZ37.1525.0230.89-
YUV138.08133.6181.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 98 (38.67% from 255) = 21.35%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=46.41%
G=21.35%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139814800.540.310.16333.9157.7960.98
HexD562940361F1014e3a3d
Octal32514222406637205167275
Binary1101010111000101001010001101101111110000101001110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56294; }

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

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

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

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

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

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

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

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