#D063A8

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

Shades of Hopbush #D063A8

Tints of Hopbush #D063A8

Color information

#D063A8 (or 0xD063A8) is unknown color: approx Hopbush. HEX triplet: D0, 63 and A8. RGB value is (208,99,168). Sum of RGB (Red+Green+Blue) = 208+99+168=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D063A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D063A8 is #2F9C57. Grayscale: #8B8B8B. Windows color (decimal): -3120216 or 11035600. OLE color: 11035600.

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

Color convert

RGB20899168-
CMYK00.520.190.18
HSL322.02º53.69%60.2%-
HSV(B)322.02º52.4%81.57%-
XYZ37.5425.1639.92-
YUV139.46144.11176.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=43.79%
G=20.84%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089916800.520.190.18322.0253.6960.2
HexD063A80341312142363c
Octal32014325006423225026674
Binary1101000011000111010100001101001001110010101000010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D063A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D063A8; }

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

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

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

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

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

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

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

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