#D065A5

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

Shades of Hopbush #D065A5

Tints of Hopbush #D065A5

Color information

#D065A5 (or 0xD065A5) is unknown color: approx Hopbush. HEX triplet: D0, 65 and A5. RGB value is (208,101,165). Sum of RGB (Red+Green+Blue) = 208+101+165=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D065A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D065A5 is #2F9A5A. Grayscale: #8C8C8C. Windows color (decimal): -3119707 or 10839504. OLE color: 10839504.

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

Color convert

RGB208101165-
CMYK00.510.210.18
HSL324.11º53.23%60.59%-
HSV(B)324.11º51.44%81.57%-
XYZ37.4625.4338.53-
YUV140.29141.95176.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 101 (39.84% from 255) = 21.31%
BLUE value IS 165 (64.84% from 255) = 34.81%
R=43.88%
G=21.31%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810116500.510.210.18324.1153.2360.59
HexD065A50331512144353d
Octal32014524506325225046575
Binary1101000011001011010010101100111010110010101000100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D065A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D065A5; }

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

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

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

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

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

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

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

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