#D66593

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

Shades of Hopbush #D66593

Tints of Hopbush #D66593

Color information

#D66593 (or 0xD66593) is unknown color: approx Hopbush. HEX triplet: D6, 65 and 93. RGB value is (214,101,147). Sum of RGB (Red+Green+Blue) = 214+101+147=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D66593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66593 is #299A6C. Grayscale: #8B8B8B. Windows color (decimal): -2726509 or 9659862. OLE color: 9659862.

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

Color convert

RGB214101147-
CMYK00.530.310.16
HSL335.58º57.95%61.76%-
HSV(B)335.58º52.8%83.92%-
XYZ37.6525.7130.58-
YUV140.03131.94180.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=46.32%
G=21.86%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410114700.530.310.16335.5857.9561.76
HexD665930351F101503a3e
Octal32614522306537205207276
Binary1101011011001011001001101101011111110000101010000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66593; }

 p { color: rgb(214,101,147); }

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

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

 a { background-color: rgb(214,101,147); }

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

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

 span { border-color: rgb(214,101,147); }

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