#D75BA1

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

Shades of Hopbush #D75BA1

Tints of Hopbush #D75BA1

Color information

#D75BA1 (or 0xD75BA1) is unknown color: approx Hopbush. HEX triplet: D7, 5B and A1. RGB value is (215,91,161). Sum of RGB (Red+Green+Blue) = 215+91+161=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D75BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75BA1 is #28A45E. Grayscale: #878787. Windows color (decimal): -2663519 or 10574807. OLE color: 10574807.

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

Color convert

RGB21591161-
CMYK00.580.250.16
HSL326.13º60.78%60%-
HSV(B)326.13º57.67%84.31%-
XYZ38.224.536.43-
YUV136.06142.08184.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.04%
GREEN value IS 91 (35.94% from 255) = 19.49%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=46.04%
G=19.49%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159116100.580.250.16326.1360.7860
HexD75BA103A19101463d3c
Octal32713324107231205067574
Binary1101011110110111010000101110101100110000101000110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75BA1; }

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

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

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

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

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

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

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

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