#D774AD

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

Shades of Hopbush #D774AD

Tints of Hopbush #D774AD

Color information

#D774AD (or 0xD774AD) is unknown color: approx Hopbush. HEX triplet: D7, 74 and AD. RGB value is (215,116,173). Sum of RGB (Red+Green+Blue) = 215+116+173=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D774AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D774AD is #288B52. Grayscale: #979797. Windows color (decimal): -2657107 or 11367639. OLE color: 11367639.

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

Color convert

RGB215116173-
CMYK00.460.200.16
HSL325.45º55.31%64.9%-
HSV(B)325.45º46.05%84.31%-
XYZ41.8129.9543.11-
YUV152.1139.8172.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=42.66%
G=23.02%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511617300.460.200.16325.4555.3164.9
HexD774AD02E14101453741
Octal327164255056242050567101
Binary11010111111010010101101010111010100100001010001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774AD; }

 p { color: rgb(215,116,173); }

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

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

 a { background-color: rgb(215,116,173); }

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

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

 span { border-color: rgb(215,116,173); }

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