#D063AE

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

Shades of Hopbush #D063AE

Tints of Hopbush #D063AE

Color information

#D063AE (or 0xD063AE) is unknown color: approx Hopbush. HEX triplet: D0, 63 and AE. RGB value is (208,99,174). Sum of RGB (Red+Green+Blue) = 208+99+174=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D063AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D063AE is #2F9C51. Grayscale: #8B8B8B. Windows color (decimal): -3120210 or 11428816. OLE color: 11428816.

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

Color convert

RGB20899174-
CMYK00.520.160.18
HSL318.72º53.69%60.2%-
HSV(B)318.72º52.4%81.57%-
XYZ38.1125.3942.94-
YUV140.14147.11176.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=43.24%
G=20.58%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089917400.520.160.18318.7253.6960.2
HexD063AE034101213f363c
Octal32014325606420224776674
Binary1101000011000111010111001101001000010010100111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D063AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D063AE; }

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

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

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

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

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

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

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

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