#D5659A

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

Shades of Hopbush #D5659A

Tints of Hopbush #D5659A

Color information

#D5659A (or 0xD5659A) is unknown color: approx Hopbush. HEX triplet: D5, 65 and 9A. RGB value is (213,101,154). Sum of RGB (Red+Green+Blue) = 213+101+154=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5659A is #2A9A65. Grayscale: #8C8C8C. Windows color (decimal): -2792038 or 10118613. OLE color: 10118613.

HSL color Cylindrical-coordinate representation of color #D5659A: hue angle of 331.61º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5659A is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB213101154-
CMYK00.530.280.16
HSL331.61º57.14%61.57%-
HSV(B)331.61º52.58%83.53%-
XYZ37.9325.7933.55-
YUV140.53135.61179.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=45.51%
G=21.58%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310115400.530.280.16331.6157.1461.57
HexD5659A0351C1014c393e
Octal32514523206534205147176
Binary1101010111001011001101001101011110010000101001100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5659A; }

 p { color: rgb(213,101,154); }

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

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

 a { background-color: rgb(213,101,154); }

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

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

 span { border-color: rgb(213,101,154); }

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