#D06A92

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

Shades of Hopbush #D06A92

Tints of Hopbush #D06A92

Color information

#D06A92 (or 0xD06A92) is unknown color: approx Hopbush. HEX triplet: D0, 6A and 92. RGB value is (208,106,146). Sum of RGB (Red+Green+Blue) = 208+106+146=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A92 is #2F956D. Grayscale: #8D8D8D. Windows color (decimal): -3118446 or 9595600. OLE color: 9595600.

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

Color convert

RGB208106146-
CMYK00.490.300.18
HSL336.47º52.04%61.57%-
HSV(B)336.47º49.04%81.57%-
XYZ36.3525.7930.26-
YUV141.06130.79175.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=45.22%
G=23.04%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810614600.490.300.18336.4752.0461.57
HexD06A920311E12150343e
Octal32015222206136225206476
Binary1101000011010101001001001100011111010010101010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A92; }

 p { color: rgb(208,106,146); }

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

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

 a { background-color: rgb(208,106,146); }

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

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

 span { border-color: rgb(208,106,146); }

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