#D5598E

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

Shades of Hopbush #D5598E

Tints of Hopbush #D5598E

Color information

#D5598E (or 0xD5598E) is unknown color: approx Hopbush. HEX triplet: D5, 59 and 8E. RGB value is (213,89,142). Sum of RGB (Red+Green+Blue) = 213+89+142=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5598E is #2AA671. Grayscale: #848484. Windows color (decimal): -2795122 or 9329109. OLE color: 9329109.

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

Color convert

RGB21389142-
CMYK00.580.330.16
HSL334.35º59.62%59.22%-
HSV(B)334.35º58.22%83.53%-
XYZ35.923.2428.19-
YUV132.12133.58185.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=47.97%
G=20.05%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138914200.580.330.16334.3559.6259.22
HexD5598E03A211014e3c3b
Octal32513121607241205167473
Binary11010101101100110001110011101010000110000101001110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5598E; }

 p { color: rgb(213,89,142); }

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

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

 a { background-color: rgb(213,89,142); }

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

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

 span { border-color: rgb(213,89,142); }

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