#D56692

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

Shades of Hopbush #D56692

Tints of Hopbush #D56692

Color information

#D56692 (or 0xD56692) is unknown color: approx Hopbush. HEX triplet: D5, 66 and 92. RGB value is (213,102,146). Sum of RGB (Red+Green+Blue) = 213+102+146=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D56692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56692 is #2A996D. Grayscale: #8C8C8C. Windows color (decimal): -2791790 or 9594581. OLE color: 9594581.

HSL color Cylindrical-coordinate representation of color #D56692: hue angle of 336.22º 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 #D56692 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213102146-
CMYK00.520.310.16
HSL336.22º56.92%61.76%-
HSV(B)336.22º52.11%83.53%-
XYZ37.3825.7230.19-
YUV140.2131.27179.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=46.20%
G=22.13%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310214600.520.310.16336.2256.9261.76
HexD566920341F10150393e
Octal32514622206437205207176
Binary1101010111001101001001001101001111110000101010000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56692; }

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

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

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

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

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

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

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

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