#D9699F

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

Shades of Hopbush #D9699F

Tints of Hopbush #D9699F

Color information

#D9699F (or 0xD9699F) is unknown color: approx Hopbush. HEX triplet: D9, 69 and 9F. RGB value is (217,105,159). Sum of RGB (Red+Green+Blue) = 217+105+159=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9699F is #269660. Grayscale: #909090. Windows color (decimal): -2528865 or 10447321. OLE color: 10447321.

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

Color convert

RGB217105159-
CMYK00.520.270.15
HSL331.07º59.57%63.14%-
HSV(B)331.07º51.61%85.1%-
XYZ39.9227.3635.98-
YUV144.64136.11179.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 159 (62.5% from 255) = 33.06%
R=45.11%
G=21.83%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710515900.520.270.15331.0759.5763.14
HexD9699F0341BF14b3c3f
Octal33115123706433175137477
Binary110110011101001100111110110100110111111101001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9699F; }

 p { color: rgb(217,105,159); }

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

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

 a { background-color: rgb(217,105,159); }

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

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

 span { border-color: rgb(217,105,159); }

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