#D76493

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

Shades of Hopbush #D76493

Tints of Hopbush #D76493

Color information

#D76493 (or 0xD76493) is unknown color: approx Hopbush. HEX triplet: D7, 64 and 93. RGB value is (215,100,147). Sum of RGB (Red+Green+Blue) = 215+100+147=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D76493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76493 is #289B6C. Grayscale: #8B8B8B. Windows color (decimal): -2661229 or 9659607. OLE color: 9659607.

HSL color Cylindrical-coordinate representation of color #D76493: hue angle of 335.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76493 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB215100147-
CMYK00.530.320.16
HSL335.48º58.97%61.76%-
HSV(B)335.48º53.49%84.31%-
XYZ37.8525.6730.56-
YUV139.74132.1181.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.54%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=46.54%
G=21.65%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510014700.530.320.16335.4858.9761.76
HexD76493035201014f3b3e
Octal32714422306540205177376
Binary11010111110010010010011011010110000010000101001111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76493; }

 p { color: rgb(215,100,147); }

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

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

 a { background-color: rgb(215,100,147); }

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

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

 span { border-color: rgb(215,100,147); }

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