#D56993

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

Shades of Hopbush #D56993

Tints of Hopbush #D56993

Color information

#D56993 (or 0xD56993) is unknown color: approx Hopbush. HEX triplet: D5, 69 and 93. RGB value is (213,105,147). Sum of RGB (Red+Green+Blue) = 213+105+147=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D56993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56993 is #2A966C. Grayscale: #8E8E8E. Windows color (decimal): -2791021 or 9660885. OLE color: 9660885.

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

Color convert

RGB213105147-
CMYK00.510.310.16
HSL336.67º56.25%62.35%-
HSV(B)336.67º50.7%83.53%-
XYZ37.7626.3630.7-
YUV142.08130.78178.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=45.81%
G=22.58%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310514700.510.310.16336.6756.2562.35
HexD569930331F10151383e
Octal32515122306337205217076
Binary1101010111010011001001101100111111110000101010001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56993; }

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

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

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

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

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

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

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

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