#D469A6

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

Shades of Hopbush #D469A6

Tints of Hopbush #D469A6

Color information

#D469A6 (or 0xD469A6) is unknown color: approx Hopbush. HEX triplet: D4, 69 and A6. RGB value is (212,105,166). Sum of RGB (Red+Green+Blue) = 212+105+166=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D469A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D469A6 is #2B9659. Grayscale: #8F8F8F. Windows color (decimal): -2856538 or 10906068. OLE color: 10906068.

HSL color Cylindrical-coordinate representation of color #D469A6: hue angle of 325.79º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469A6 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212105166-
CMYK00.500.220.17
HSL325.79º55.44%62.16%-
HSV(B)325.79º50.47%83.14%-
XYZ39.0926.8539.2-
YUV143.95140.45176.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 166 (65.23% from 255) = 34.37%
R=43.89%
G=21.74%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210516600.500.220.17325.7955.4462.16
HexD469A60321611146373e
Octal32415124606226215066776
Binary1101010011010011010011001100101011010001101000110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D469A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D469A6; }

 p { color: rgb(212,105,166); }

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

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

 a { background-color: rgb(212,105,166); }

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

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

 span { border-color: rgb(212,105,166); }

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