#D75F96

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

Shades of Hopbush #D75F96

Tints of Hopbush #D75F96

Color information

#D75F96 (or 0xD75F96) is unknown color: approx Hopbush. HEX triplet: D7, 5F and 96. RGB value is (215,95,150). Sum of RGB (Red+Green+Blue) = 215+95+150=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75F96 is #28A069. Grayscale: #898989. Windows color (decimal): -2662506 or 9854935. OLE color: 9854935.

HSL color Cylindrical-coordinate representation of color #D75F96: hue angle of 332.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75F96 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21595150-
CMYK00.560.300.16
HSL332.5º60%60.78%-
HSV(B)332.5º55.81%84.31%-
XYZ37.6224.8331.66-
YUV137.15135.26183.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.74%
GREEN value IS 95 (37.5% from 255) = 20.65%
BLUE value IS 150 (58.98% from 255) = 32.61%
R=46.74%
G=20.65%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159515000.560.300.16332.56060.78
HexD75F960381E1014c3c3d
Octal32713722607036205147475
Binary1101011110111111001011001110001111010000101001100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75F96; }

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

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

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

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

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

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

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

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