#D761B0

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

Shades of Hopbush #D761B0

Tints of Hopbush #D761B0

Color information

#D761B0 (or 0xD761B0) is unknown color: approx Hopbush. HEX triplet: D7, 61 and B0. RGB value is (215,97,176). Sum of RGB (Red+Green+Blue) = 215+97+176=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D761B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D761B0 is #289E4F. Grayscale: #8D8D8D. Windows color (decimal): -2661968 or 11559383. OLE color: 11559383.

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

Color convert

RGB21597176-
CMYK00.550.180.16
HSL319.83º59.6%61.18%-
HSV(B)319.83º54.88%84.31%-
XYZ40.1426.1344-
YUV141.29147.59180.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 97 (38.28% from 255) = 19.88%
BLUE value IS 176 (69.14% from 255) = 36.07%
R=44.06%
G=19.88%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159717600.550.180.16319.8359.661.18
HexD761B003712101403c3d
Octal32714126006722205007475
Binary1101011111000011011000001101111001010000101000000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D761B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D761B0; }

 p { color: rgb(215,97,176); }

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

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

 a { background-color: rgb(215,97,176); }

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

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

 span { border-color: rgb(215,97,176); }

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