#D26196

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

Shades of Hopbush #D26196

Tints of Hopbush #D26196

Color information

#D26196 (or 0xD26196) is unknown color: approx Hopbush. HEX triplet: D2, 61 and 96. RGB value is (210,97,150). Sum of RGB (Red+Green+Blue) = 210+97+150=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D26196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26196 is #2D9E69. Grayscale: #888888. Windows color (decimal): -2989674 or 9855442. OLE color: 9855442.

HSL color Cylindrical-coordinate representation of color #D26196: hue angle of 331.86º 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 #D26196 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB21097150-
CMYK00.540.290.18
HSL331.86º55.67%60.2%-
HSV(B)331.86º53.81%82.35%-
XYZ36.3624.4531.66-
YUV136.83135.44180.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=45.95%
G=21.23%
B=32.82%

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
Decimal2109715000.540.290.18331.8655.6760.2
HexD261960361D1214c383c
Octal32214122606635225147074
Binary1101001011000011001011001101101110110010101001100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26196; }

 p { color: rgb(210,97,150); }

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

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

 a { background-color: rgb(210,97,150); }

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

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

 span { border-color: rgb(210,97,150); }

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