#D868AD

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

Shades of Hopbush #D868AD

Tints of Hopbush #D868AD

Color information

#D868AD (or 0xD868AD) is unknown color: approx Hopbush. HEX triplet: D8, 68 and AD. RGB value is (216,104,173). Sum of RGB (Red+Green+Blue) = 216+104+173=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D868AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D868AD is #279752. Grayscale: #919191. Windows color (decimal): -2594643 or 11364568. OLE color: 11364568.

HSL color Cylindrical-coordinate representation of color #D868AD: hue angle of 323.04º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D868AD is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216104173-
CMYK00.520.200.15
HSL323.04º58.95%62.75%-
HSV(B)323.04º51.85%84.71%-
XYZ40.8127.5242.7-
YUV145.35143.61178.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 104 (41.02% from 255) = 21.10%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=43.81%
G=21.10%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610417300.520.200.15323.0458.9562.75
HexD868AD03414F1433b3f
Octal33015025506424175037377
Binary110110001101000101011010110100101001111101000011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D868AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D868AD; }

 p { color: rgb(216,104,173); }

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

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

 a { background-color: rgb(216,104,173); }

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

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

 span { border-color: rgb(216,104,173); }

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