#D7629F

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

Shades of Hopbush #D7629F

Tints of Hopbush #D7629F

Color information

#D7629F (or 0xD7629F) is unknown color: approx Hopbush. HEX triplet: D7, 62 and 9F. RGB value is (215,98,159). Sum of RGB (Red+Green+Blue) = 215+98+159=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7629F is #289D60. Grayscale: #8B8B8B. Windows color (decimal): -2661729 or 10445527. OLE color: 10445527.

HSL color Cylindrical-coordinate representation of color #D7629F: hue angle of 328.72º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7629F is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21598159-
CMYK00.540.260.16
HSL328.72º59.39%61.37%-
HSV(B)328.72º54.42%84.31%-
XYZ38.6525.6935.72-
YUV139.94138.76181.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 98 (38.67% from 255) = 20.76%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=45.55%
G=20.76%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159815900.540.260.16328.7259.3961.37
HexD7629F0361A101493b3d
Octal32714223706632205117375
Binary1101011111000101001111101101101101010000101001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7629F; }

 p { color: rgb(215,98,159); }

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

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

 a { background-color: rgb(215,98,159); }

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

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

 span { border-color: rgb(215,98,159); }

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