#D063A1

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

Shades of Hopbush #D063A1

Tints of Hopbush #D063A1

Color information

#D063A1 (or 0xD063A1) is unknown color: approx Hopbush. HEX triplet: D0, 63 and A1. RGB value is (208,99,161). Sum of RGB (Red+Green+Blue) = 208+99+161=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D063A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D063A1 is #2F9C5E. Grayscale: #8A8A8A. Windows color (decimal): -3120223 or 10576848. OLE color: 10576848.

HSL color Cylindrical-coordinate representation of color #D063A1: hue angle of 325.87º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D063A1 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB20899161-
CMYK00.520.230.18
HSL325.87º53.69%60.2%-
HSV(B)325.87º52.4%81.57%-
XYZ36.9124.9136.58-
YUV138.66140.61177.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=44.44%
G=21.15%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089916100.520.230.18325.8753.6960.2
HexD063A10341712146363c
Octal32014324106427225066674
Binary1101000011000111010000101101001011110010101000110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D063A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D063A1; }

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

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

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

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

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

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

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

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