#D5599B

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

Shades of Hopbush #D5599B

Tints of Hopbush #D5599B

Color information

#D5599B (or 0xD5599B) is unknown color: approx Hopbush. HEX triplet: D5, 59 and 9B. RGB value is (213,89,155). Sum of RGB (Red+Green+Blue) = 213+89+155=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5599B is #2AA664. Grayscale: #858585. Windows color (decimal): -2795109 or 10181077. OLE color: 10181077.

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

Color convert

RGB21389155-
CMYK00.580.270.16
HSL328.06º59.62%59.22%-
HSV(B)328.06º58.22%83.53%-
XYZ36.9323.6633.63-
YUV133.6140.08184.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 89 (35.16% from 255) = 19.47%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=46.61%
G=19.47%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138915500.580.270.16328.0659.6259.22
HexD5599B03A1B101483c3b
Octal32513123307233205107473
Binary1101010110110011001101101110101101110000101001000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5599B; }

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

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

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

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

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

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

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

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