#D75FA6

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

Shades of Hopbush #D75FA6

Tints of Hopbush #D75FA6

Color information

#D75FA6 (or 0xD75FA6) is unknown color: approx Hopbush. HEX triplet: D7, 5F and A6. RGB value is (215,95,166). Sum of RGB (Red+Green+Blue) = 215+95+166=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D75FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75FA6 is #28A059. Grayscale: #8A8A8A. Windows color (decimal): -2662490 or 10903511. OLE color: 10903511.

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

Color convert

RGB21595166-
CMYK00.560.230.16
HSL324.5º60%60.78%-
HSV(B)324.5º55.81%84.31%-
XYZ3925.3838.92-
YUV138.97143.26182.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.17%
GREEN value IS 95 (37.5% from 255) = 19.96%
BLUE value IS 166 (65.23% from 255) = 34.87%
R=45.17%
G=19.96%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159516600.560.230.16324.56060.78
HexD75FA603817101443c3d
Octal32713724607027205047475
Binary1101011110111111010011001110001011110000101000100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75FA6; }

 p { color: rgb(215,95,166); }

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

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

 a { background-color: rgb(215,95,166); }

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

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

 span { border-color: rgb(215,95,166); }

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