#D46391

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

Shades of Hopbush #D46391

Tints of Hopbush #D46391

Color information

#D46391 (or 0xD46391) is unknown color: approx Hopbush. HEX triplet: D4, 63 and 91. RGB value is (212,99,145). Sum of RGB (Red+Green+Blue) = 212+99+145=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D46391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46391 is #2B9C6E. Grayscale: #898989. Windows color (decimal): -2858095 or 9528276. OLE color: 9528276.

HSL color Cylindrical-coordinate representation of color #D46391: hue angle of 335.58º 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 #D46391 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB21299145-
CMYK00.530.320.17
HSL335.58º56.78%60.98%-
HSV(B)335.58º53.3%83.14%-
XYZ36.7224.9729.67-
YUV138.03131.94180.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 99 (39.06% from 255) = 21.71%
BLUE value IS 145 (57.03% from 255) = 31.80%
R=46.49%
G=21.71%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129914500.530.320.17335.5856.7860.98
HexD463910352011150393d
Octal32414322106540215207175
Binary11010100110001110010001011010110000010001101010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46391; }

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

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

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

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

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

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

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

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