#D469AD

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

Shades of Hopbush #D469AD

Tints of Hopbush #D469AD

Color information

#D469AD (or 0xD469AD) is unknown color: approx Hopbush. HEX triplet: D4, 69 and AD. RGB value is (212,105,173). Sum of RGB (Red+Green+Blue) = 212+105+173=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D469AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D469AD is #2B9652. Grayscale: #909090. Windows color (decimal): -2856531 or 11364820. OLE color: 11364820.

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

Color convert

RGB212105173-
CMYK00.500.180.17
HSL321.87º55.44%62.16%-
HSV(B)321.87º50.47%83.14%-
XYZ39.7527.1242.67-
YUV144.74143.95175.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.27%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=43.27%
G=21.43%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210517300.500.180.17321.8755.4462.16
HexD469AD0321211142373e
Octal32415125506222215026776
Binary1101010011010011010110101100101001010001101000010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D469AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D469AD; }

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

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

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

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

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

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

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

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