#D46399

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

Shades of Hopbush #D46399

Tints of Hopbush #D46399

Color information

#D46399 (or 0xD46399) is unknown color: approx Hopbush. HEX triplet: D4, 63 and 99. RGB value is (212,99,153). Sum of RGB (Red+Green+Blue) = 212+99+153=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D46399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46399 is #2B9C66. Grayscale: #8A8A8A. Windows color (decimal): -2858087 or 10052564. OLE color: 10052564.

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

Color convert

RGB21299153-
CMYK00.530.280.17
HSL331.33º56.78%60.98%-
HSV(B)331.33º53.3%83.14%-
XYZ37.3625.2233.04-
YUV138.94135.94180.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 99 (39.06% from 255) = 21.34%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=45.69%
G=21.34%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129915300.530.280.17331.3356.7860.98
HexD463990351C1114b393d
Octal32414323106534215137175
Binary1101010011000111001100101101011110010001101001011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46399; }

 p { color: rgb(212,99,153); }

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

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

 a { background-color: rgb(212,99,153); }

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

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

 span { border-color: rgb(212,99,153); }

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