#D065A6

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

Shades of Hopbush #D065A6

Tints of Hopbush #D065A6

Color information

#D065A6 (or 0xD065A6) is unknown color: approx Hopbush. HEX triplet: D0, 65 and A6. RGB value is (208,101,166). Sum of RGB (Red+Green+Blue) = 208+101+166=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D065A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D065A6 is #2F9A59. Grayscale: #8C8C8C. Windows color (decimal): -3119706 or 10905040. OLE color: 10905040.

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

Color convert

RGB208101166-
CMYK00.510.200.18
HSL323.55º53.23%60.59%-
HSV(B)323.55º51.44%81.57%-
XYZ37.5525.4739.01-
YUV140.4142.45176.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 101 (39.84% from 255) = 21.26%
BLUE value IS 166 (65.23% from 255) = 34.95%
R=43.79%
G=21.26%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810116600.510.200.18323.5553.2360.59
HexD065A60331412144353d
Octal32014524606324225046575
Binary1101000011001011010011001100111010010010101000100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D065A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D065A6; }

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

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

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

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

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

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

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

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