#D863A1

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

Shades of Hopbush #D863A1

Tints of Hopbush #D863A1

Color information

#D863A1 (or 0xD863A1) is unknown color: approx Hopbush. HEX triplet: D8, 63 and A1. RGB value is (216,99,161). Sum of RGB (Red+Green+Blue) = 216+99+161=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D863A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D863A1 is #279C5E. Grayscale: #8C8C8C. Windows color (decimal): -2595935 or 10576856. OLE color: 10576856.

HSL color Cylindrical-coordinate representation of color #D863A1: hue angle of 328.21º 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 #D863A1 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB21699161-
CMYK00.540.250.15
HSL328.21º60%61.76%-
HSV(B)328.21º54.17%84.71%-
XYZ39.2126.136.69-
YUV141.05139.26181.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=45.38%
G=20.80%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169916100.540.250.15328.216061.76
HexD863A103619F1483c3e
Octal33014324106631175107476
Binary110110001100011101000010110110110011111101001000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D863A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D863A1; }

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

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

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

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

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

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

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

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