#D75DAE

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

Shades of Hopbush #D75DAE

Tints of Hopbush #D75DAE

Color information

#D75DAE (or 0xD75DAE) is unknown color: approx Hopbush. HEX triplet: D7, 5D and AE. RGB value is (215,93,174). Sum of RGB (Red+Green+Blue) = 215+93+174=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75DAE is #28A251. Grayscale: #8A8A8A. Windows color (decimal): -2662994 or 11427287. OLE color: 11427287.

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

Color convert

RGB21593174-
CMYK00.570.190.16
HSL320.16º60.4%60.39%-
HSV(B)320.16º56.74%84.31%-
XYZ39.5825.3342.85-
YUV138.71147.92182.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=44.61%
G=19.29%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159317400.570.190.16320.1660.460.39
HexD75DAE03913101403c3c
Octal32713525607123205007474
Binary1101011110111011010111001110011001110000101000000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DAE; }

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

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

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

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

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

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

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

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