#D95BA3

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

Shades of Hopbush #D95BA3

Tints of Hopbush #D95BA3

Color information

#D95BA3 (or 0xD95BA3) is unknown color: approx Hopbush. HEX triplet: D9, 5B and A3. RGB value is (217,91,163). Sum of RGB (Red+Green+Blue) = 217+91+163=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D95BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95BA3 is #26A45C. Grayscale: #888888. Windows color (decimal): -2532445 or 10705881. OLE color: 10705881.

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

Color convert

RGB21791163-
CMYK00.580.250.15
HSL325.71º62.38%60.39%-
HSV(B)325.71º58.06%85.1%-
XYZ38.9724.8837.4-
YUV136.88142.74185.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 91 (35.94% from 255) = 19.32%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=46.07%
G=19.32%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179116300.580.250.15325.7162.3860.39
HexD95BA303A19F1463e3c
Octal33113324307231175067674
Binary110110011011011101000110111010110011111101000110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95BA3; }

 p { color: rgb(217,91,163); }

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

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

 a { background-color: rgb(217,91,163); }

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

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

 span { border-color: rgb(217,91,163); }

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