#D5619E

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

Shades of Hopbush #D5619E

Tints of Hopbush #D5619E

Color information

#D5619E (or 0xD5619E) is unknown color: approx Hopbush. HEX triplet: D5, 61 and 9E. RGB value is (213,97,158). Sum of RGB (Red+Green+Blue) = 213+97+158=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5619E is #2A9E61. Grayscale: #8A8A8A. Windows color (decimal): -2793058 or 10379733. OLE color: 10379733.

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

Color convert

RGB21397158-
CMYK00.540.260.16
HSL328.45º58%60.78%-
HSV(B)328.45º54.46%83.53%-
XYZ37.8925.1635.21-
YUV138.64138.93181.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=45.51%
G=20.73%
B=33.76%

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
Decimal2139715800.540.260.16328.455860.78
HexD5619E0361A101483a3d
Octal32514123606632205107275
Binary1101010111000011001111001101101101010000101001000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5619E; }

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

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

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

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

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

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

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

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