#D06798

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

Shades of Hopbush #D06798

Tints of Hopbush #D06798

Color information

#D06798 (or 0xD06798) is unknown color: approx Hopbush. HEX triplet: D0, 67 and 98. RGB value is (208,103,152). Sum of RGB (Red+Green+Blue) = 208+103+152=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D06798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06798 is #2F9867. Grayscale: #8B8B8B. Windows color (decimal): -3119208 or 9988048. OLE color: 9988048.

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

Color convert

RGB208103152-
CMYK00.500.270.18
HSL332º52.76%60.98%-
HSV(B)332º50.48%81.57%-
XYZ36.5325.3832.68-
YUV139.98134.79176.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 103 (40.62% from 255) = 22.25%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=44.92%
G=22.25%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810315200.500.270.1833252.7660.98
HexD067980321B1214c353d
Octal32014723006233225146575
Binary1101000011001111001100001100101101110010101001100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06798; }

 p { color: rgb(208,103,152); }

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

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

 a { background-color: rgb(208,103,152); }

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

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

 span { border-color: rgb(208,103,152); }

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