#D664A1

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

Shades of Hopbush #D664A1

Tints of Hopbush #D664A1

Color information

#D664A1 (or 0xD664A1) is unknown color: approx Hopbush. HEX triplet: D6, 64 and A1. RGB value is (214,100,161). Sum of RGB (Red+Green+Blue) = 214+100+161=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D664A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D664A1 is #299B5E. Grayscale: #8C8C8C. Windows color (decimal): -2726751 or 10577110. OLE color: 10577110.

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

Color convert

RGB214100161-
CMYK00.530.250.16
HSL327.89º58.16%61.57%-
HSV(B)327.89º53.27%83.92%-
XYZ38.7225.9836.69-
YUV141.04139.27180.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=45.05%
G=21.05%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410016100.530.250.16327.8958.1661.57
HexD664A103519101483a3e
Octal32614424106531205107276
Binary1101011011001001010000101101011100110000101001000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D664A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D664A1; }

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

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

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

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

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

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

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

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