#D05F96

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

Shades of Hopbush #D05F96

Tints of Hopbush #D05F96

Color information

#D05F96 (or 0xD05F96) is unknown color: approx Hopbush. HEX triplet: D0, 5F and 96. RGB value is (208,95,150). Sum of RGB (Red+Green+Blue) = 208+95+150=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05F96 is #2FA069. Grayscale: #868686. Windows color (decimal): -3121258 or 9854928. OLE color: 9854928.

HSL color Cylindrical-coordinate representation of color #D05F96: hue angle of 330.8º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05F96 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB20895150-
CMYK00.540.280.18
HSL330.8º54.59%59.41%-
HSV(B)330.8º54.33%81.57%-
XYZ35.6123.831.57-
YUV135.06136.44180.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=45.92%
G=20.97%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089515000.540.280.18330.854.5959.41
HexD05F960361C1214b373b
Octal32013722606634225136773
Binary1101000010111111001011001101101110010010101001011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05F96; }

 p { color: rgb(208,95,150); }

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

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

 a { background-color: rgb(208,95,150); }

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

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

 span { border-color: rgb(208,95,150); }

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