#D55BA8

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

Shades of Hopbush #D55BA8

Tints of Hopbush #D55BA8

Color information

#D55BA8 (or 0xD55BA8) is unknown color: approx Hopbush. HEX triplet: D5, 5B and A8. RGB value is (213,91,168). Sum of RGB (Red+Green+Blue) = 213+91+168=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55BA8 is #2AA457. Grayscale: #888888. Windows color (decimal): -2794584 or 11033557. OLE color: 11033557.

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

Color convert

RGB21391168-
CMYK00.570.210.16
HSL322.13º59.22%59.61%-
HSV(B)322.13º57.28%83.53%-
XYZ38.2524.4639.75-
YUV136.26145.92182.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 91 (35.94% from 255) = 19.28%
BLUE value IS 168 (66.02% from 255) = 35.59%
R=45.13%
G=19.28%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139116800.570.210.16322.1359.2259.61
HexD55BA803915101423b3c
Octal32513325007125205027374
Binary1101010110110111010100001110011010110000101000010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55BA8; }

 p { color: rgb(213,91,168); }

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

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

 a { background-color: rgb(213,91,168); }

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

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

 span { border-color: rgb(213,91,168); }

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