#D26995

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

Shades of Hopbush #D26995

Tints of Hopbush #D26995

Color information

#D26995 (or 0xD26995) is unknown color: approx Hopbush. HEX triplet: D2, 69 and 95. RGB value is (210,105,149). Sum of RGB (Red+Green+Blue) = 210+105+149=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D26995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26995 is #2D966A. Grayscale: #8D8D8D. Windows color (decimal): -2987627 or 9791954. OLE color: 9791954.

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

Color convert

RGB210105149-
CMYK00.500.290.18
HSL334.86º53.85%61.76%-
HSV(B)334.86º50%82.35%-
XYZ37.0525.9731.49-
YUV141.41132.29176.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=45.26%
G=22.63%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010514900.500.290.18334.8653.8561.76
HexD269950321D1214f363e
Octal32215122506235225176676
Binary1101001011010011001010101100101110110010101001111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26995; }

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

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

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

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

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

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

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

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