#D5648B

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

Shades of Hopbush #D5648B

Tints of Hopbush #D5648B

Color information

#D5648B (or 0xD5648B) is unknown color: approx Hopbush. HEX triplet: D5, 64 and 8B. RGB value is (213,100,139). Sum of RGB (Red+Green+Blue) = 213+100+139=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5648B is #2A9B74. Grayscale: #8A8A8A. Windows color (decimal): -2792309 or 9135317. OLE color: 9135317.

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

Color convert

RGB213100139-
CMYK00.530.350.16
HSL339.29º57.36%61.37%-
HSV(B)339.29º53.05%83.53%-
XYZ36.6625.1227.34-
YUV138.23128.44181.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=47.12%
G=22.12%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310013900.530.350.16339.2957.3661.37
HexD5648B0352310153393d
Octal32514421306543205237175
Binary11010101110010010001011011010110001110000101010011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5648B; }

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

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

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

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

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

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

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

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