#D75EA1

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

Shades of Hopbush #D75EA1

Tints of Hopbush #D75EA1

Color information

#D75EA1 (or 0xD75EA1) is unknown color: approx Hopbush. HEX triplet: D7, 5E and A1. RGB value is (215,94,161). Sum of RGB (Red+Green+Blue) = 215+94+161=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75EA1 is #28A15E. Grayscale: #898989. Windows color (decimal): -2662751 or 10575575. OLE color: 10575575.

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

Color convert

RGB21594161-
CMYK00.560.250.16
HSL326.78º60.2%60.59%-
HSV(B)326.78º56.28%84.31%-
XYZ38.4625.0336.52-
YUV137.82141.09183.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.74%
GREEN value IS 94 (37.11% from 255) = 20%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=45.74%
G=20%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159416100.560.250.16326.7860.260.59
HexD75EA103819101473c3d
Octal32713624107031205077475
Binary1101011110111101010000101110001100110000101000111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75EA1; }

 p { color: rgb(215,94,161); }

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

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

 a { background-color: rgb(215,94,161); }

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

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

 span { border-color: rgb(215,94,161); }

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