#D060A1

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

Shades of Hopbush #D060A1

Tints of Hopbush #D060A1

Color information

#D060A1 (or 0xD060A1) is unknown color: approx Hopbush. HEX triplet: D0, 60 and A1. RGB value is (208,96,161). Sum of RGB (Red+Green+Blue) = 208+96+161=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D060A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D060A1 is #2F9F5E. Grayscale: #888888. Windows color (decimal): -3120991 or 10576080. OLE color: 10576080.

HSL color Cylindrical-coordinate representation of color #D060A1: hue angle of 325.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D060A1 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB20896161-
CMYK00.540.230.18
HSL325.18º54.37%59.61%-
HSV(B)325.18º53.85%81.57%-
XYZ36.6324.3536.49-
YUV136.9141.61178.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 161 (63.28% from 255) = 34.62%
R=44.73%
G=20.65%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089616100.540.230.18325.1854.3759.61
HexD060A10361712145363c
Octal32014024106627225056674
Binary1101000011000001010000101101101011110010101000101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060A1; }

 p { color: rgb(208,96,161); }

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

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

 a { background-color: rgb(208,96,161); }

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

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

 span { border-color: rgb(208,96,161); }

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