#D761A0

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

Shades of Hopbush #D761A0

Tints of Hopbush #D761A0

Color information

#D761A0 (or 0xD761A0) is unknown color: approx Hopbush. HEX triplet: D7, 61 and A0. RGB value is (215,97,160). Sum of RGB (Red+Green+Blue) = 215+97+160=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D761A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D761A0 is #289E5F. Grayscale: #8B8B8B. Windows color (decimal): -2661984 or 10510807. OLE color: 10510807.

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

Color convert

RGB21597160-
CMYK00.550.260.16
HSL327.97º59.6%61.18%-
HSV(B)327.97º54.88%84.31%-
XYZ38.6425.5336.15-
YUV139.46139.59181.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=45.55%
G=20.55%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159716000.550.260.16327.9759.661.18
HexD761A00371A101483c3d
Octal32714124006732205107475
Binary1101011111000011010000001101111101010000101001000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D761A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D761A0; }

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

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

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

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

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

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

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

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