#d5628c

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

Shades of Hopbush #D5628C

Tints of Hopbush #D5628C

Color information

#D5628C (or 0xD5628C) is unknown color: approx Hopbush. HEX triplet: D5, 62 and 8C. RGB value is (213,98,140). Sum of RGB (Red+Green+Blue) = 213+98+140=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5628C is #2A9D73. Grayscale: #898989. Windows color (decimal): -2792820 or 9200341. OLE color: 9200341.

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

Color convert

RGB21398140-
CMYK00.540.340.16
HSL338.09º57.79%60.98%-
HSV(B)338.09º53.99%83.53%-
XYZ36.5424.7727.67-
YUV137.17129.6182.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=47.23%
G=21.73%
B=31.04%

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
Decimal2139814000.540.340.16338.0957.7960.98
HexD5628C03622101523a3d
Octal32514221406642205227275
Binary11010101110001010001100011011010001010000101010010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5628c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5628c; }

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

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

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

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

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

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

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

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