#D06A93

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

Shades of Hopbush #D06A93

Tints of Hopbush #D06A93

Color information

#D06A93 (or 0xD06A93) is unknown color: approx Hopbush. HEX triplet: D0, 6A and 93. RGB value is (208,106,147). Sum of RGB (Red+Green+Blue) = 208+106+147=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A93 is #2F956C. Grayscale: #8D8D8D. Windows color (decimal): -3118445 or 9661136. OLE color: 9661136.

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

Color convert

RGB208106147-
CMYK00.490.290.18
HSL335.88º52.04%61.57%-
HSV(B)335.88º49.04%81.57%-
XYZ36.4325.8230.67-
YUV141.17131.29175.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=45.12%
G=22.99%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810614700.490.290.18335.8852.0461.57
HexD06A930311D12150343e
Octal32015222306135225206476
Binary1101000011010101001001101100011110110010101010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A93; }

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

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

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

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

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

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

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

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