#D5658B

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

Shades of Hopbush #D5658B

Tints of Hopbush #D5658B

Color information

#D5658B (or 0xD5658B) is unknown color: approx Hopbush. HEX triplet: D5, 65 and 8B. RGB value is (213,101,139). Sum of RGB (Red+Green+Blue) = 213+101+139=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5658B is #2A9A74. Grayscale: #8A8A8A. Windows color (decimal): -2792053 or 9135573. OLE color: 9135573.

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

Color convert

RGB213101139-
CMYK00.530.350.16
HSL339.64º57.14%61.57%-
HSV(B)339.64º52.58%83.53%-
XYZ36.7525.3227.38-
YUV138.82128.11180.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=47.02%
G=22.30%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310113900.530.350.16339.6457.1461.57
HexD5658B0352310154393e
Octal32514521306543205247176
Binary11010101110010110001011011010110001110000101010100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5658B; }

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

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

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

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

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

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

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

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