#D664AD

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

Shades of Hopbush #D664AD

Tints of Hopbush #D664AD

Color information

#D664AD (or 0xD664AD) is unknown color: approx Hopbush. HEX triplet: D6, 64 and AD. RGB value is (214,100,173). Sum of RGB (Red+Green+Blue) = 214+100+173=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D664AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D664AD is #299B52. Grayscale: #8E8E8E. Windows color (decimal): -2726739 or 11363542. OLE color: 11363542.

HSL color Cylindrical-coordinate representation of color #D664AD: hue angle of 321.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 #D664AD is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214100173-
CMYK00.530.190.16
HSL321.58º58.16%61.57%-
HSV(B)321.58º53.27%83.92%-
XYZ39.8326.4342.54-
YUV142.41145.27179.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 100 (39.45% from 255) = 20.53%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=43.94%
G=20.53%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410017300.530.190.16321.5858.1661.57
HexD664AD03513101423a3e
Octal32614425506523205027276
Binary1101011011001001010110101101011001110000101000010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D664AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D664AD; }

 p { color: rgb(214,100,173); }

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

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

 a { background-color: rgb(214,100,173); }

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

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

 span { border-color: rgb(214,100,173); }

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