#D667A8

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

Shades of Hopbush #D667A8

Tints of Hopbush #D667A8

Color information

#D667A8 (or 0xD667A8) is unknown color: approx Hopbush. HEX triplet: D6, 67 and A8. RGB value is (214,103,168). Sum of RGB (Red+Green+Blue) = 214+103+168=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D667A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D667A8 is #299857. Grayscale: #8F8F8F. Windows color (decimal): -2725976 or 11036630. OLE color: 11036630.

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

Color convert

RGB214103168-
CMYK00.520.210.16
HSL324.86º57.51%62.16%-
HSV(B)324.86º51.87%83.92%-
XYZ39.6526.8240.13-
YUV143.6141.77178.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=44.12%
G=21.24%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410316800.520.210.16324.8657.5162.16
HexD667A803415101453a3e
Octal32614725006425205057276
Binary1101011011001111010100001101001010110000101000101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D667A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D667A8; }

 p { color: rgb(214,103,168); }

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

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

 a { background-color: rgb(214,103,168); }

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

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

 span { border-color: rgb(214,103,168); }

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