#D96198

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

Shades of Hopbush #D96198

Tints of Hopbush #D96198

Color information

#D96198 (or 0xD96198) is unknown color: approx Hopbush. HEX triplet: D9, 61 and 98. RGB value is (217,97,152). Sum of RGB (Red+Green+Blue) = 217+97+152=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D96198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96198 is #269E67. Grayscale: #8B8B8B. Windows color (decimal): -2530920 or 9986521. OLE color: 9986521.

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

Color convert

RGB21797152-
CMYK00.550.300.15
HSL332.5º61.22%61.57%-
HSV(B)332.5º55.3%85.1%-
XYZ38.5625.5732.61-
YUV139.15135.26183.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=46.57%
G=20.82%
B=32.62%

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
Decimal2179715200.550.300.15332.561.2261.57
HexD961980371EF14c3d3e
Octal33114123006736175147576
Binary110110011100001100110000110111111101111101001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96198; }

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

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

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

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

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

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

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

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