#D761A4

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

Shades of Hopbush #D761A4

Tints of Hopbush #D761A4

Color information

#D761A4 (or 0xD761A4) is unknown color: approx Hopbush. HEX triplet: D7, 61 and A4. RGB value is (215,97,164). Sum of RGB (Red+Green+Blue) = 215+97+164=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D761A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D761A4 is #289E5B. Grayscale: #8B8B8B. Windows color (decimal): -2661980 or 10772951. OLE color: 10772951.

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

Color convert

RGB21597164-
CMYK00.550.240.16
HSL325.93º59.6%61.18%-
HSV(B)325.93º54.88%84.31%-
XYZ3925.6838.02-
YUV139.92141.59181.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.17%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=45.17%
G=20.38%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159716400.550.240.16325.9359.661.18
HexD761A403718101463c3d
Octal32714124406730205067475
Binary1101011111000011010010001101111100010000101000110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D761A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D761A4; }

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

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

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

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

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

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

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

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