#D5629E

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

Shades of Hopbush #D5629E

Tints of Hopbush #D5629E

Color information

#D5629E (or 0xD5629E) is unknown color: approx Hopbush. HEX triplet: D5, 62 and 9E. RGB value is (213,98,158). Sum of RGB (Red+Green+Blue) = 213+98+158=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5629E is #2A9D61. Grayscale: #8B8B8B. Windows color (decimal): -2792802 or 10379989. OLE color: 10379989.

HSL color Cylindrical-coordinate representation of color #D5629E: hue angle of 328.7º degrees, saturation: 0.58, 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 #D5629E is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21398158-
CMYK00.540.260.16
HSL328.7º57.79%60.98%-
HSV(B)328.7º53.99%83.53%-
XYZ37.9825.3535.24-
YUV139.22138.6180.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=45.42%
G=20.90%
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
Decimal2139815800.540.260.16328.757.7960.98
HexD5629E0361A101493a3d
Octal32514223606632205117275
Binary1101010111000101001111001101101101010000101001001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5629E; }

 p { color: rgb(213,98,158); }

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

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

 a { background-color: rgb(213,98,158); }

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

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

 span { border-color: rgb(213,98,158); }

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