#D0658F

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

Shades of Hopbush #D0658F

Tints of Hopbush #D0658F

Color information

#D0658F (or 0xD0658F) is unknown color: approx Hopbush. HEX triplet: D0, 65 and 8F. RGB value is (208,101,143). Sum of RGB (Red+Green+Blue) = 208+101+143=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0658F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0658F is #2F9A70. Grayscale: #898989. Windows color (decimal): -3119729 or 9397712. OLE color: 9397712.

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

Color convert

RGB208101143-
CMYK00.510.310.18
HSL336.45º53.23%60.59%-
HSV(B)336.45º51.44%81.57%-
XYZ35.6224.728.88-
YUV137.78130.95178.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.02%
GREEN value IS 101 (39.84% from 255) = 22.35%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=46.02%
G=22.35%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810114300.510.310.18336.4553.2360.59
HexD0658F0331F12150353d
Octal32014521706337225206575
Binary1101000011001011000111101100111111110010101010000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0658F; }

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

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

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

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

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

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

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

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