#D75B9A

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

Shades of Hopbush #D75B9A

Tints of Hopbush #D75B9A

Color information

#D75B9A (or 0xD75B9A) is unknown color: approx Hopbush. HEX triplet: D7, 5B and 9A. RGB value is (215,91,154). Sum of RGB (Red+Green+Blue) = 215+91+154=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75B9A is #28A465. Grayscale: #878787. Windows color (decimal): -2663526 or 10116055. OLE color: 10116055.

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

Color convert

RGB21591154-
CMYK00.580.280.16
HSL329.52º60.78%60%-
HSV(B)329.52º57.67%84.31%-
XYZ37.624.2633.27-
YUV135.26138.58184.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.74%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=46.74%
G=19.78%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159115400.580.280.16329.5260.7860
HexD75B9A03A1C1014a3d3c
Octal32713323207234205127574
Binary1101011110110111001101001110101110010000101001010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75B9A; }

 p { color: rgb(215,91,154); }

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

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

 a { background-color: rgb(215,91,154); }

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

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

 span { border-color: rgb(215,91,154); }

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