#D0698B

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

Shades of Hopbush #D0698B

Tints of Hopbush #D0698B

Color information

#D0698B (or 0xD0698B) is unknown color: approx Hopbush. HEX triplet: D0, 69 and 8B. RGB value is (208,105,139). Sum of RGB (Red+Green+Blue) = 208+105+139=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0698B is #2F9674. Grayscale: #8B8B8B. Windows color (decimal): -3118709 or 9136592. OLE color: 9136592.

HSL color Cylindrical-coordinate representation of color #D0698B: hue angle of 340.19º degrees, saturation: 0.52, 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 #D0698B is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208105139-
CMYK00.500.330.18
HSL340.19º52.28%61.37%-
HSV(B)340.19º49.52%81.57%-
XYZ35.7225.3827.44-
YUV139.67127.62176.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.02%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=46.02%
G=23.23%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810513900.500.330.18340.1952.2861.37
HexD0698B0322112154343d
Octal32015121306241225246475
Binary11010000110100110001011011001010000110010101010100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0698B; }

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

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

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

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

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

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

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

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