#D75993

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

Shades of Hopbush #D75993

Tints of Hopbush #D75993

Color information

#D75993 (or 0xD75993) is unknown color: approx Hopbush. HEX triplet: D7, 59 and 93. RGB value is (215,89,147). Sum of RGB (Red+Green+Blue) = 215+89+147=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D75993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75993 is #28A66C. Grayscale: #858585. Windows color (decimal): -2664045 or 9656791. OLE color: 9656791.

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

Color convert

RGB21589147-
CMYK00.590.320.16
HSL332.38º61.17%59.61%-
HSV(B)332.38º58.6%84.31%-
XYZ36.8623.730.24-
YUV133.29135.74186.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.67%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=47.67%
G=19.73%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158914700.590.320.16332.3861.1759.61
HexD7599303B201014c3d3c
Octal32713122307340205147574
Binary11010111101100110010011011101110000010000101001100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75993; }

 p { color: rgb(215,89,147); }

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

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

 a { background-color: rgb(215,89,147); }

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

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

 span { border-color: rgb(215,89,147); }

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