#D065AE

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

Shades of Hopbush #D065AE

Tints of Hopbush #D065AE

Color information

#D065AE (or 0xD065AE) is unknown color: approx Hopbush. HEX triplet: D0, 65 and AE. RGB value is (208,101,174). Sum of RGB (Red+Green+Blue) = 208+101+174=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D065AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D065AE is #2F9A51. Grayscale: #8D8D8D. Windows color (decimal): -3119698 or 11429328. OLE color: 11429328.

HSL color Cylindrical-coordinate representation of color #D065AE: hue angle of 319.07º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D065AE is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208101174-
CMYK00.510.160.18
HSL319.07º53.23%60.59%-
HSV(B)319.07º51.44%81.57%-
XYZ38.3125.7743-
YUV141.32146.45175.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=43.06%
G=20.91%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810117400.510.160.18319.0753.2360.59
HexD065AE033101213f353d
Octal32014525606320224776575
Binary1101000011001011010111001100111000010010100111111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D065AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D065AE; }

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

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

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

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

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

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

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

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