#D063A0

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

Shades of Hopbush #D063A0

Tints of Hopbush #D063A0

Color information

#D063A0 (or 0xD063A0) is unknown color: approx Hopbush. HEX triplet: D0, 63 and A0. RGB value is (208,99,160). Sum of RGB (Red+Green+Blue) = 208+99+160=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D063A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D063A0 is #2F9C5F. Grayscale: #8A8A8A. Windows color (decimal): -3120224 or 10511312. OLE color: 10511312.

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

Color convert

RGB20899160-
CMYK00.520.230.18
HSL326.42º53.69%60.2%-
HSV(B)326.42º52.4%81.57%-
XYZ36.8224.8736.12-
YUV138.55140.11177.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=44.54%
G=21.20%
B=34.26%

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
Decimal2089916000.520.230.18326.4253.6960.2
HexD063A00341712146363c
Octal32014324006427225066674
Binary1101000011000111010000001101001011110010101000110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D063A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D063A0; }

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

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

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

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

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

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

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

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