#D467A5

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

Shades of Hopbush #D467A5

Tints of Hopbush #D467A5

Color information

#D467A5 (or 0xD467A5) is unknown color: approx Hopbush. HEX triplet: D4, 67 and A5. RGB value is (212,103,165). Sum of RGB (Red+Green+Blue) = 212+103+165=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D467A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D467A5 is #2B985A. Grayscale: #8E8E8E. Windows color (decimal): -2857051 or 10840020. OLE color: 10840020.

HSL color Cylindrical-coordinate representation of color #D467A5: hue angle of 325.87º 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 #D467A5 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212103165-
CMYK00.510.220.17
HSL325.87º55.9%61.76%-
HSV(B)325.87º51.42%83.14%-
XYZ38.7926.4138.65-
YUV142.66140.61177.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=44.17%
G=21.46%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210316500.510.220.17325.8755.961.76
HexD467A50331611146383e
Octal32414724506326215067076
Binary1101010011001111010010101100111011010001101000110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D467A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D467A5; }

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

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

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

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

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

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

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

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