#D5618C

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

Shades of Hopbush #D5618C

Tints of Hopbush #D5618C

Color information

#D5618C (or 0xD5618C) is unknown color: approx Hopbush. HEX triplet: D5, 61 and 8C. RGB value is (213,97,140). Sum of RGB (Red+Green+Blue) = 213+97+140=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5618C is #2A9E73. Grayscale: #888888. Windows color (decimal): -2793076 or 9200085. OLE color: 9200085.

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

Color convert

RGB21397140-
CMYK00.540.340.16
HSL337.76º58%60.78%-
HSV(B)337.76º54.46%83.53%-
XYZ36.4524.5927.64-
YUV136.59129.93182.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.33%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=47.33%
G=21.56%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139714000.540.340.16337.765860.78
HexD5618C03622101523a3d
Octal32514121406642205227275
Binary11010101110000110001100011011010001010000101010010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5618C; }

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

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

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

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

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

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

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

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