#D46388

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

Shades of Hopbush #D46388

Tints of Hopbush #D46388

Color information

#D46388 (or 0xD46388) is unknown color: approx Hopbush. HEX triplet: D4, 63 and 88. RGB value is (212,99,136). Sum of RGB (Red+Green+Blue) = 212+99+136=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D46388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46388 is #2B9C77. Grayscale: #888888. Windows color (decimal): -2858104 or 8938452. OLE color: 8938452.

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

Color convert

RGB21299136-
CMYK00.530.360.17
HSL340.35º56.78%60.98%-
HSV(B)340.35º53.3%83.14%-
XYZ36.0624.726.16-
YUV137127.44181.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.43%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=47.43%
G=22.15%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129913600.530.360.17340.3556.7860.98
HexD463880352411154393d
Octal32414321006544215247175
Binary11010100110001110001000011010110010010001101010100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46388; }

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

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

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

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

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

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

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

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