#D0649A

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

Shades of Hopbush #D0649A

Tints of Hopbush #D0649A

Color information

#D0649A (or 0xD0649A) is unknown color: approx Hopbush. HEX triplet: D0, 64 and 9A. RGB value is (208,100,154). Sum of RGB (Red+Green+Blue) = 208+100+154=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0649A is #2F9B65. Grayscale: #8A8A8A. Windows color (decimal): -3119974 or 10118352. OLE color: 10118352.

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

Color convert

RGB208100154-
CMYK00.520.260.18
HSL330º53.47%60.39%-
HSV(B)330º51.92%81.57%-
XYZ36.424.8633.45-
YUV138.45136.78177.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 154 (60.55% from 255) = 33.33%
R=45.02%
G=21.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810015400.520.260.1833053.4760.39
HexD0649A0341A1214a353c
Octal32014423206432225126574
Binary1101000011001001001101001101001101010010101001010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0649A; }

 p { color: rgb(208,100,154); }

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

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

 a { background-color: rgb(208,100,154); }

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

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

 span { border-color: rgb(208,100,154); }

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