#D75C9A

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

Shades of Hopbush #D75C9A

Tints of Hopbush #D75C9A

Color information

#D75C9A (or 0xD75C9A) is unknown color: approx Hopbush. HEX triplet: D7, 5C and 9A. RGB value is (215,92,154). Sum of RGB (Red+Green+Blue) = 215+92+154=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75C9A is #28A365. Grayscale: #878787. Windows color (decimal): -2663270 or 10116311. OLE color: 10116311.

HSL color Cylindrical-coordinate representation of color #D75C9A: hue angle of 329.76º degrees, saturation: 0.61, 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 #D75C9A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB21592154-
CMYK00.570.280.16
HSL329.76º60.59%60.2%-
HSV(B)329.76º57.21%84.31%-
XYZ37.6824.4333.3-
YUV135.84138.25184.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=46.64%
G=19.96%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159215400.570.280.16329.7660.5960.2
HexD75C9A0391C1014a3d3c
Octal32713423207134205127574
Binary1101011110111001001101001110011110010000101001010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75C9A; }

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

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

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

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

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

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

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

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