#D5699F

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

Shades of Hopbush #D5699F

Tints of Hopbush #D5699F

Color information

#D5699F (or 0xD5699F) is unknown color: approx Hopbush. HEX triplet: D5, 69 and 9F. RGB value is (213,105,159). Sum of RGB (Red+Green+Blue) = 213+105+159=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5699F is #2A9660. Grayscale: #8F8F8F. Windows color (decimal): -2791009 or 10447317. OLE color: 10447317.

HSL color Cylindrical-coordinate representation of color #D5699F: hue angle of 330º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5699F is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB213105159-
CMYK00.510.250.16
HSL330º56.25%62.35%-
HSV(B)330º50.7%83.53%-
XYZ38.7526.7535.92-
YUV143.45136.78177.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=44.65%
G=22.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310515900.510.250.1633056.2562.35
HexD5699F033191014a383e
Octal32515123706331205127076
Binary1101010111010011001111101100111100110000101001010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5699F; }

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

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

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

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

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

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

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

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