#D5648D

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

Shades of Hopbush #D5648D

Tints of Hopbush #D5648D

Color information

#D5648D (or 0xD5648D) is unknown color: approx Hopbush. HEX triplet: D5, 64 and 8D. RGB value is (213,100,141). Sum of RGB (Red+Green+Blue) = 213+100+141=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5648D is #2A9B72. Grayscale: #8A8A8A. Windows color (decimal): -2792307 or 9266389. OLE color: 9266389.

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

Color convert

RGB213100141-
CMYK00.530.340.16
HSL338.23º57.36%61.37%-
HSV(B)338.23º53.05%83.53%-
XYZ36.8125.1828.12-
YUV138.46129.44181.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 141 (55.47% from 255) = 31.06%
R=46.92%
G=22.03%
B=31.06%

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
Decimal21310014100.530.340.16338.2357.3661.37
HexD5648D0352210152393d
Octal32514421506542205227175
Binary11010101110010010001101011010110001010000101010010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5648D; }

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

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

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

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

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

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

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

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