#D07997

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

Shades of Hopbush #D07997

Tints of Hopbush #D07997

Color information

#D07997 (or 0xD07997) is unknown color: approx Hopbush. HEX triplet: D0, 79 and 97. RGB value is (208,121,151). Sum of RGB (Red+Green+Blue) = 208+121+151=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D07997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07997 is #2F8668. Grayscale: #969696. Windows color (decimal): -3114601 or 9927120. OLE color: 9927120.

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

Color convert

RGB208121151-
CMYK00.420.270.18
HSL339.31º48.07%64.51%-
HSV(B)339.31º41.83%81.57%-
XYZ38.4429.3232.91-
YUV150.43128.32169.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.33%
GREEN value IS 121 (47.66% from 255) = 25.21%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=43.33%
G=25.21%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812115100.420.270.18339.3148.0764.51
HexD0799702A1B121533041
Octal320171227052332252360101
Binary11010000111100110010111010101011011100101010100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07997; }

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

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

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

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

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

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

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

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