#D56699

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

Shades of Hopbush #D56699

Tints of Hopbush #D56699

Color information

#D56699 (or 0xD56699) is unknown color: approx Hopbush. HEX triplet: D5, 66 and 99. RGB value is (213,102,153). Sum of RGB (Red+Green+Blue) = 213+102+153=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D56699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56699 is #2A9966. Grayscale: #8C8C8C. Windows color (decimal): -2791783 or 10053333. OLE color: 10053333.

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

Color convert

RGB213102153-
CMYK00.520.280.16
HSL332.43º56.92%61.76%-
HSV(B)332.43º52.11%83.53%-
XYZ37.9425.9533.15-
YUV141134.77179.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=45.51%
G=21.79%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310215300.520.280.16332.4356.9261.76
HexD566990341C1014c393e
Octal32514623106434205147176
Binary1101010111001101001100101101001110010000101001100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56699; }

 p { color: rgb(213,102,153); }

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

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

 a { background-color: rgb(213,102,153); }

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

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

 span { border-color: rgb(213,102,153); }

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