#D5618E

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

Shades of Hopbush #D5618E

Tints of Hopbush #D5618E

Color information

#D5618E (or 0xD5618E) is unknown color: approx Hopbush. HEX triplet: D5, 61 and 8E. RGB value is (213,97,142). Sum of RGB (Red+Green+Blue) = 213+97+142=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5618E is #2A9E71. Grayscale: #888888. Windows color (decimal): -2793074 or 9331157. OLE color: 9331157.

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

Color convert

RGB21397142-
CMYK00.540.330.16
HSL336.72º58%60.78%-
HSV(B)336.72º54.46%83.53%-
XYZ36.624.6528.42-
YUV136.81130.93182.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 142 (55.86% from 255) = 31.42%
R=47.12%
G=21.46%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139714200.540.330.16336.725860.78
HexD5618E03621101513a3d
Octal32514121606641205217275
Binary11010101110000110001110011011010000110000101010001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5618E; }

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

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

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

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

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

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

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

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