#D27296

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

Shades of Hopbush #D27296

Tints of Hopbush #D27296

Color information

#D27296 (or 0xD27296) is unknown color: approx Hopbush. HEX triplet: D2, 72 and 96. RGB value is (210,114,150). Sum of RGB (Red+Green+Blue) = 210+114+150=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D27296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27296 is #2D8D69. Grayscale: #929292. Windows color (decimal): -2985322 or 9859794. OLE color: 9859794.

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

Color convert

RGB210114150-
CMYK00.460.290.18
HSL337.5º51.61%63.53%-
HSV(B)337.5º45.71%82.35%-
XYZ38.127.9432.24-
YUV146.81129.8173.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=44.30%
G=24.05%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011415000.460.290.18337.551.6163.53
HexD2729602E1D121523440
Octal322162226056352252264100
Binary11010010111001010010110010111011101100101010100101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27296; }

 p { color: rgb(210,114,150); }

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

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

 a { background-color: rgb(210,114,150); }

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

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

 span { border-color: rgb(210,114,150); }

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