#D26299

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

Shades of Hopbush #D26299

Tints of Hopbush #D26299

Color information

#D26299 (or 0xD26299) is unknown color: approx Hopbush. HEX triplet: D2, 62 and 99. RGB value is (210,98,153). Sum of RGB (Red+Green+Blue) = 210+98+153=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D26299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26299 is #2D9D66. Grayscale: #898989. Windows color (decimal): -2989415 or 10052306. OLE color: 10052306.

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

Color convert

RGB21098153-
CMYK00.530.270.18
HSL330.54º55.45%60.39%-
HSV(B)330.54º53.33%82.35%-
XYZ36.724.7432.98-
YUV137.76136.61179.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=45.55%
G=21.26%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109815300.530.270.18330.5455.4560.39
HexD262990351B1214b373c
Octal32214223106533225136774
Binary1101001011000101001100101101011101110010101001011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26299; }

 p { color: rgb(210,98,153); }

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

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

 a { background-color: rgb(210,98,153); }

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

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

 span { border-color: rgb(210,98,153); }

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