#D26199

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

Shades of Hopbush #D26199

Tints of Hopbush #D26199

Color information

#D26199 (or 0xD26199) is unknown color: approx Hopbush. HEX triplet: D2, 61 and 99. RGB value is (210,97,153). Sum of RGB (Red+Green+Blue) = 210+97+153=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D26199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26199 is #2D9E66. Grayscale: #898989. Windows color (decimal): -2989671 or 10052050. OLE color: 10052050.

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

Color convert

RGB21097153-
CMYK00.540.270.18
HSL330.27º55.67%60.2%-
HSV(B)330.27º53.81%82.35%-
XYZ36.624.5532.95-
YUV137.17136.94179.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.65%
GREEN value IS 97 (38.28% from 255) = 21.09%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=45.65%
G=21.09%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109715300.540.270.18330.2755.6760.2
HexD261990361B1214a383c
Octal32214123106633225127074
Binary1101001011000011001100101101101101110010101001010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26199; }

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

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

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

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

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

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

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

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