#D5648C

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

Shades of Hopbush #D5648C

Tints of Hopbush #D5648C

Color information

#D5648C (or 0xD5648C) is unknown color: approx Hopbush. HEX triplet: D5, 64 and 8C. RGB value is (213,100,140). Sum of RGB (Red+Green+Blue) = 213+100+140=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5648C is #2A9B73. Grayscale: #8A8A8A. Windows color (decimal): -2792308 or 9200853. OLE color: 9200853.

HSL color Cylindrical-coordinate representation of color #D5648C: hue angle of 338.76º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5648C is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213100140-
CMYK00.530.340.16
HSL338.76º57.36%61.37%-
HSV(B)338.76º53.05%83.53%-
XYZ36.7325.1527.73-
YUV138.35128.94181.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=47.02%
G=22.08%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310014000.530.340.16338.7657.3661.37
HexD5648C0352210153393d
Octal32514421406542205237175
Binary11010101110010010001100011010110001010000101010011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5648C; }

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

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

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

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

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

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

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

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