#D06B95

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

Shades of Hopbush #D06B95

Tints of Hopbush #D06B95

Color information

#D06B95 (or 0xD06B95) is unknown color: approx Hopbush. HEX triplet: D0, 6B and 95. RGB value is (208,107,149). Sum of RGB (Red+Green+Blue) = 208+107+149=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06B95 is #2F946A. Grayscale: #8D8D8D. Windows color (decimal): -3118187 or 9792464. OLE color: 9792464.

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

Color convert

RGB208107149-
CMYK00.490.280.18
HSL335.05º51.79%61.76%-
HSV(B)335.05º48.56%81.57%-
XYZ36.6926.131.54-
YUV141.99131.96175.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=44.83%
G=23.06%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810714900.490.280.18335.0551.7961.76
HexD06B950311C1214f343e
Octal32015322506134225176476
Binary1101000011010111001010101100011110010010101001111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06B95; }

 p { color: rgb(208,107,149); }

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

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

 a { background-color: rgb(208,107,149); }

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

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

 span { border-color: rgb(208,107,149); }

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