#D75D8A

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

Shades of Hopbush #D75D8A

Tints of Hopbush #D75D8A

Color information

#D75D8A (or 0xD75D8A) is unknown color: approx Hopbush. HEX triplet: D7, 5D and 8A. RGB value is (215,93,138). Sum of RGB (Red+Green+Blue) = 215+93+138=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75D8A is #28A275. Grayscale: #868686. Windows color (decimal): -2663030 or 9067991. OLE color: 9067991.

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

Color convert

RGB21593138-
CMYK00.570.360.16
HSL337.87º60.4%60.39%-
HSV(B)337.87º56.74%84.31%-
XYZ36.5324.1126.77-
YUV134.61129.92185.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.21%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=48.21%
G=20.85%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159313800.570.360.16337.8760.460.39
HexD75D8A03924101523c3c
Octal32713521207144205227474
Binary11010111101110110001010011100110010010000101010010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75D8A; }

 p { color: rgb(215,93,138); }

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

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

 a { background-color: rgb(215,93,138); }

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

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

 span { border-color: rgb(215,93,138); }

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