#D86198

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

Shades of Hopbush #D86198

Tints of Hopbush #D86198

Color information

#D86198 (or 0xD86198) is unknown color: approx Hopbush. HEX triplet: D8, 61 and 98. RGB value is (216,97,152). Sum of RGB (Red+Green+Blue) = 216+97+152=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D86198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86198 is #279E67. Grayscale: #8A8A8A. Windows color (decimal): -2596456 or 9986520. OLE color: 9986520.

HSL color Cylindrical-coordinate representation of color #D86198: hue angle of 332.27º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86198 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB21697152-
CMYK00.550.300.15
HSL332.27º60.41%61.37%-
HSV(B)332.27º55.09%84.71%-
XYZ38.2625.4232.59-
YUV138.85135.42183.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.45%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=46.45%
G=20.86%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169715200.550.300.15332.2760.4161.37
HexD861980371EF14c3c3d
Octal33014123006736175147475
Binary110110001100001100110000110111111101111101001100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86198; }

 p { color: rgb(216,97,152); }

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

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

 a { background-color: rgb(216,97,152); }

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

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

 span { border-color: rgb(216,97,152); }

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