#D26B9C

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

Shades of Hopbush #D26B9C

Tints of Hopbush #D26B9C

Color information

#D26B9C (or 0xD26B9C) is unknown color: approx Hopbush. HEX triplet: D2, 6B and 9C. RGB value is (210,107,156). Sum of RGB (Red+Green+Blue) = 210+107+156=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26B9C is #2D9463. Grayscale: #8F8F8F. Windows color (decimal): -2987108 or 10251218. OLE color: 10251218.

HSL color Cylindrical-coordinate representation of color #D26B9C: hue angle of 331.46º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26B9C is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB210107156-
CMYK00.490.260.18
HSL331.46º53.37%62.16%-
HSV(B)331.46º49.05%82.35%-
XYZ37.8426.6234.6-
YUV143.38135.12175.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=44.40%
G=22.62%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010715600.490.260.18331.4653.3762.16
HexD26B9C0311A1214b353e
Octal32215323406132225136576
Binary1101001011010111001110001100011101010010101001011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26B9C; }

 p { color: rgb(210,107,156); }

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

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

 a { background-color: rgb(210,107,156); }

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

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

 span { border-color: rgb(210,107,156); }

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