#D467AA

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

Shades of Hopbush #D467AA

Tints of Hopbush #D467AA

Color information

#D467AA (or 0xD467AA) is unknown color: approx Hopbush. HEX triplet: D4, 67 and AA. RGB value is (212,103,170). Sum of RGB (Red+Green+Blue) = 212+103+170=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D467AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D467AA is #2B9855. Grayscale: #8F8F8F. Windows color (decimal): -2857046 or 11167700. OLE color: 11167700.

HSL color Cylindrical-coordinate representation of color #D467AA: hue angle of 323.12º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D467AA is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212103170-
CMYK00.510.200.17
HSL323.12º55.9%61.76%-
HSV(B)323.12º51.42%83.14%-
XYZ39.2626.641.1-
YUV143.23143.11177.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=43.71%
G=21.24%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210317000.510.200.17323.1255.961.76
HexD467AA0331411143383e
Octal32414725206324215037076
Binary1101010011001111010101001100111010010001101000011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D467AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D467AA; }

 p { color: rgb(212,103,170); }

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

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

 a { background-color: rgb(212,103,170); }

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

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

 span { border-color: rgb(212,103,170); }

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