#D07998

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

Shades of Hopbush #D07998

Tints of Hopbush #D07998

Color information

#D07998 (or 0xD07998) is unknown color: approx Hopbush. HEX triplet: D0, 79 and 98. RGB value is (208,121,152). Sum of RGB (Red+Green+Blue) = 208+121+152=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D07998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07998 is #2F8667. Grayscale: #969696. Windows color (decimal): -3114600 or 9992656. OLE color: 9992656.

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

Color convert

RGB208121152-
CMYK00.420.270.18
HSL338.62º48.07%64.51%-
HSV(B)338.62º41.83%81.57%-
XYZ38.5229.3533.34-
YUV150.55128.82168.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=43.24%
G=25.16%
B=31.60%

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
Decimal20812115200.420.270.18338.6248.0764.51
HexD0799802A1B121533041
Octal320171230052332252360101
Binary11010000111100110011000010101011011100101010100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07998; }

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

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

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

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

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

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

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

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