#D76998

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

Shades of Hopbush #D76998

Tints of Hopbush #D76998

Color information

#D76998 (or 0xD76998) is unknown color: approx Hopbush. HEX triplet: D7, 69 and 98. RGB value is (215,105,152). Sum of RGB (Red+Green+Blue) = 215+105+152=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D76998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76998 is #289667. Grayscale: #8F8F8F. Windows color (decimal): -2659944 or 9988567. OLE color: 9988567.

HSL color Cylindrical-coordinate representation of color #D76998: hue angle of 334.36º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76998 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB215105152-
CMYK00.510.290.16
HSL334.36º57.89%62.75%-
HSV(B)334.36º51.16%84.31%-
XYZ38.7426.8232.84-
YUV143.25132.94179.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=45.55%
G=22.25%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510515200.510.290.16334.3657.8962.75
HexD769980331D1014e3a3f
Octal32715123006335205167277
Binary1101011111010011001100001100111110110000101001110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76998; }

 p { color: rgb(215,105,152); }

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

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

 a { background-color: rgb(215,105,152); }

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

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

 span { border-color: rgb(215,105,152); }

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