#D27495

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

Shades of Hopbush #D27495

Tints of Hopbush #D27495

Color information

#D27495 (or 0xD27495) is unknown color: approx Hopbush. HEX triplet: D2, 74 and 95. RGB value is (210,116,149). Sum of RGB (Red+Green+Blue) = 210+116+149=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D27495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27495 is #2D8B6A. Grayscale: #939393. Windows color (decimal): -2984811 or 9794770. OLE color: 9794770.

HSL color Cylindrical-coordinate representation of color #D27495: hue angle of 338.94º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27495 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB210116149-
CMYK00.450.290.18
HSL338.94º51.09%63.92%-
HSV(B)338.94º44.76%82.35%-
XYZ38.2528.3631.89-
YUV147.87128.64172.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=44.21%
G=24.42%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011614900.450.290.18338.9451.0963.92
HexD2749502D1D121533340
Octal322164225055352252363100
Binary11010010111010010010101010110111101100101010100111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27495; }

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

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

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

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

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

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

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

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