#D07697

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

Shades of Hopbush #D07697

Tints of Hopbush #D07697

Color information

#D07697 (or 0xD07697) is unknown color: approx Hopbush. HEX triplet: D0, 76 and 97. RGB value is (208,118,151). Sum of RGB (Red+Green+Blue) = 208+118+151=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D07697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07697 is #2F8968. Grayscale: #949494. Windows color (decimal): -3115369 or 9926352. OLE color: 9926352.

HSL color Cylindrical-coordinate representation of color #D07697: hue angle of 338º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07697 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB208118151-
CMYK00.430.270.18
HSL338º48.91%63.92%-
HSV(B)338º43.27%81.57%-
XYZ38.0828.632.79-
YUV148.67129.32170.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 151 (59.38% from 255) = 31.66%
R=43.61%
G=24.74%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811815100.430.270.1833848.9163.92
HexD0769702B1B121523140
Octal320166227053332252261100
Binary11010000111011010010111010101111011100101010100101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07697; }

 p { color: rgb(208,118,151); }

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

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

 a { background-color: rgb(208,118,151); }

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

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

 span { border-color: rgb(208,118,151); }

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