#D2659E

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

Shades of Hopbush #D2659E

Tints of Hopbush #D2659E

Color information

#D2659E (or 0xD2659E) is unknown color: approx Hopbush. HEX triplet: D2, 65 and 9E. RGB value is (210,101,158). Sum of RGB (Red+Green+Blue) = 210+101+158=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2659E is #2D9A61. Grayscale: #8B8B8B. Windows color (decimal): -2988642 or 10380754. OLE color: 10380754.

HSL color Cylindrical-coordinate representation of color #D2659E: hue angle of 328.62º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2659E is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB210101158-
CMYK00.520.250.18
HSL328.62º54.77%60.98%-
HSV(B)328.62º51.9%82.35%-
XYZ37.425.4835.29-
YUV140.09138.11177.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.78%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=44.78%
G=21.54%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010115800.520.250.18328.6254.7760.98
HexD2659E0341912149373d
Octal32214523606431225116775
Binary1101001011001011001111001101001100110010101001001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2659E; }

 p { color: rgb(210,101,158); }

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

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

 a { background-color: rgb(210,101,158); }

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

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

 span { border-color: rgb(210,101,158); }

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