#D46D98

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

Shades of Hopbush #D46D98

Tints of Hopbush #D46D98

Color information

#D46D98 (or 0xD46D98) is unknown color: approx Hopbush. HEX triplet: D4, 6D and 98. RGB value is (212,109,152). Sum of RGB (Red+Green+Blue) = 212+109+152=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46D98 is #2B9267. Grayscale: #909090. Windows color (decimal): -2855528 or 9989588. OLE color: 9989588.

HSL color Cylindrical-coordinate representation of color #D46D98: hue angle of 334.95º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46D98 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB212109152-
CMYK00.490.280.17
HSL334.95º54.5%62.94%-
HSV(B)334.95º48.58%83.14%-
XYZ38.2927.232.94-
YUV144.7132.12176-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.82%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=44.82%
G=23.04%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210915200.490.280.17334.9554.562.94
HexD46D980311C1114f363f
Octal32415523006134215176677
Binary1101010011011011001100001100011110010001101001111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46D98; }

 p { color: rgb(212,109,152); }

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

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

 a { background-color: rgb(212,109,152); }

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

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

 span { border-color: rgb(212,109,152); }

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