#D0688B

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

Shades of Hopbush #D0688B

Tints of Hopbush #D0688B

Color information

#D0688B (or 0xD0688B) is unknown color: approx Hopbush. HEX triplet: D0, 68 and 8B. RGB value is (208,104,139). Sum of RGB (Red+Green+Blue) = 208+104+139=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0688B is #2F9774. Grayscale: #8B8B8B. Windows color (decimal): -3118965 or 9136336. OLE color: 9136336.

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

Color convert

RGB208104139-
CMYK00.50.330.18
HSL339.81º52.53%61.18%-
HSV(B)339.81º50%81.57%-
XYZ35.6225.1727.41-
YUV139.09127.96177.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 104 (41.02% from 255) = 23.06%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=46.12%
G=23.06%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810413900.50.330.18339.8152.5361.18
HexD0688B0322112154353d
Octal32015021306241225246575
Binary11010000110100010001011011001010000110010101010100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0688B; }

 p { color: rgb(208,104,139); }

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

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

 a { background-color: rgb(208,104,139); }

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

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

 span { border-color: rgb(208,104,139); }

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