#d75f9e

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

Shades of Hopbush #D75F9E

Tints of Hopbush #D75F9E

Color information

#D75F9E (or 0xD75F9E) is unknown color: approx Hopbush. HEX triplet: D7, 5F and 9E. RGB value is (215,95,158). Sum of RGB (Red+Green+Blue) = 215+95+158=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75F9E is #28A061. Grayscale: #898989. Windows color (decimal): -2662498 or 10379223. OLE color: 10379223.

HSL color Cylindrical-coordinate representation of color #D75F9E: hue angle of 328.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 #D75F9E is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB21595158-
CMYK00.560.270.16
HSL328.5º60%60.78%-
HSV(B)328.5º55.81%84.31%-
XYZ38.2925.135.17-
YUV138.06139.26182.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.94%
GREEN value IS 95 (37.5% from 255) = 20.30%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=45.94%
G=20.30%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159515800.560.270.16328.56060.78
HexD75F9E0381B101483c3d
Octal32713723607033205107475
Binary1101011110111111001111001110001101110000101001000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d75f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d75f9e; }

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

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

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

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

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

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

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

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