#D863A0

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

Shades of Hopbush #D863A0

Tints of Hopbush #D863A0

Color information

#D863A0 (or 0xD863A0) is unknown color: approx Hopbush. HEX triplet: D8, 63 and A0. RGB value is (216,99,160). Sum of RGB (Red+Green+Blue) = 216+99+160=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D863A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D863A0 is #279C5F. Grayscale: #8C8C8C. Windows color (decimal): -2595936 or 10511320. OLE color: 10511320.

HSL color Cylindrical-coordinate representation of color #D863A0: hue angle of 328.72º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D863A0 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB21699160-
CMYK00.540.260.15
HSL328.72º60%61.76%-
HSV(B)328.72º54.17%84.71%-
XYZ39.1326.0636.23-
YUV140.94138.76181.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=45.47%
G=20.84%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169916000.540.260.15328.726061.76
HexD863A00361AF1493c3e
Octal33014324006632175117476
Binary110110001100011101000000110110110101111101001001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D863A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D863A0; }

 p { color: rgb(216,99,160); }

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

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

 a { background-color: rgb(216,99,160); }

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

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

 span { border-color: rgb(216,99,160); }

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