#D76DB1

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

Shades of Hopbush #D76DB1

Tints of Hopbush #D76DB1

Color information

#D76DB1 (or 0xD76DB1) is unknown color: approx Hopbush. HEX triplet: D7, 6D and B1. RGB value is (215,109,177). Sum of RGB (Red+Green+Blue) = 215+109+177=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DB1 is #28924E. Grayscale: #949494. Windows color (decimal): -2658895 or 11627991. OLE color: 11627991.

HSL color Cylindrical-coordinate representation of color #D76DB1: hue angle of 321.51º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76DB1 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215109177-
CMYK00.490.180.16
HSL321.51º56.99%63.53%-
HSV(B)321.51º49.3%84.31%-
XYZ41.4328.5644.92-
YUV148.45144.12175.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=42.91%
G=21.76%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510917700.490.180.16321.5156.9963.53
HexD76DB103112101423940
Octal327155261061222050271100
Binary11010111110110110110001011000110010100001010000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DB1; }

 p { color: rgb(215,109,177); }

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

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

 a { background-color: rgb(215,109,177); }

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

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

 span { border-color: rgb(215,109,177); }

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