#D6659D

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

Shades of Hopbush #D6659D

Tints of Hopbush #D6659D

Color information

#D6659D (or 0xD6659D) is unknown color: approx Hopbush. HEX triplet: D6, 65 and 9D. RGB value is (214,101,157). Sum of RGB (Red+Green+Blue) = 214+101+157=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6659D is #299A62. Grayscale: #8D8D8D. Windows color (decimal): -2726499 or 10315222. OLE color: 10315222.

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

Color convert

RGB214101157-
CMYK00.530.270.16
HSL330.27º57.95%61.76%-
HSV(B)330.27º52.8%83.92%-
XYZ38.4726.0434.9-
YUV141.17136.94179.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 101 (39.84% from 255) = 21.40%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=45.34%
G=21.40%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410115700.530.270.16330.2757.9561.76
HexD6659D0351B1014a3a3e
Octal32614523506533205127276
Binary1101011011001011001110101101011101110000101001010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6659D; }

 p { color: rgb(214,101,157); }

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

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

 a { background-color: rgb(214,101,157); }

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

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

 span { border-color: rgb(214,101,157); }

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