#D061A7

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

Shades of Hopbush #D061A7

Tints of Hopbush #D061A7

Color information

#D061A7 (or 0xD061A7) is unknown color: approx Hopbush. HEX triplet: D0, 61 and A7. RGB value is (208,97,167). Sum of RGB (Red+Green+Blue) = 208+97+167=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D061A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D061A7 is #2F9E58. Grayscale: #8A8A8A. Windows color (decimal): -3120729 or 10969552. OLE color: 10969552.

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

Color convert

RGB20897167-
CMYK00.530.200.18
HSL322.16º54.15%59.8%-
HSV(B)322.16º53.37%81.57%-
XYZ37.2624.7539.37-
YUV138.17144.27177.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.07%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=44.07%
G=20.55%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089716700.530.200.18322.1654.1559.8
HexD061A70351412142363c
Octal32014124706524225026674
Binary1101000011000011010011101101011010010010101000010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D061A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D061A7; }

 p { color: rgb(208,97,167); }

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

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

 a { background-color: rgb(208,97,167); }

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

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

 span { border-color: rgb(208,97,167); }

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