#d26992

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

Shades of Hopbush #D26992

Tints of Hopbush #D26992

Color information

#D26992 (or 0xD26992) is unknown color: approx Hopbush. HEX triplet: D2, 69 and 92. RGB value is (210,105,146). Sum of RGB (Red+Green+Blue) = 210+105+146=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D26992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26992 is #2D966D. Grayscale: #8D8D8D. Windows color (decimal): -2987630 or 9595346. OLE color: 9595346.

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

Color convert

RGB210105146-
CMYK00.500.300.18
HSL336.57º53.85%61.76%-
HSV(B)336.57º50%82.35%-
XYZ36.8225.8830.25-
YUV141.07130.79177.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=45.55%
G=22.78%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010514600.500.300.18336.5753.8561.76
HexD269920321E12151363e
Octal32215122206236225216676
Binary1101001011010011001001001100101111010010101010001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d26992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d26992; }

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

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

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

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

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

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

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

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