#D56DAF

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

Shades of Hopbush #D56DAF

Tints of Hopbush #D56DAF

Color information

#D56DAF (or 0xD56DAF) is unknown color: approx Hopbush. HEX triplet: D5, 6D and AF. RGB value is (213,109,175). Sum of RGB (Red+Green+Blue) = 213+109+175=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56DAF is #2A9250. Grayscale: #939393. Windows color (decimal): -2789969 or 11496917. OLE color: 11496917.

HSL color Cylindrical-coordinate representation of color #D56DAF: hue angle of 321.92º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56DAF is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213109175-
CMYK00.490.180.16
HSL321.92º55.32%63.14%-
HSV(B)321.92º48.83%83.53%-
XYZ40.6528.1843.85-
YUV147.62143.46174.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=42.86%
G=21.93%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310917500.490.180.16321.9255.3263.14
HexD56DAF0311210142373f
Octal32515525706122205026777
Binary1101010111011011010111101100011001010000101000010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DAF; }

 p { color: rgb(213,109,175); }

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

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

 a { background-color: rgb(213,109,175); }

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

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

 span { border-color: rgb(213,109,175); }

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