#D26095

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

Shades of Hopbush #D26095

Tints of Hopbush #D26095

Color information

#D26095 (or 0xD26095) is unknown color: approx Hopbush. HEX triplet: D2, 60 and 95. RGB value is (210,96,149). Sum of RGB (Red+Green+Blue) = 210+96+149=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D26095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26095 is #2D9F6A. Grayscale: #888888. Windows color (decimal): -2989931 or 9789650. OLE color: 9789650.

HSL color Cylindrical-coordinate representation of color #D26095: hue angle of 332.11º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26095 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB21096149-
CMYK00.540.290.18
HSL332.11º55.88%60%-
HSV(B)332.11º54.29%82.35%-
XYZ36.1924.2431.2-
YUV136.13135.27180.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=46.15%
G=21.10%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109614900.540.290.18332.1155.8860
HexD260950361D1214c383c
Octal32214022506635225147074
Binary1101001011000001001010101101101110110010101001100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26095; }

 p { color: rgb(210,96,149); }

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

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

 a { background-color: rgb(210,96,149); }

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

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

 span { border-color: rgb(210,96,149); }

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