#DB5A98

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

Shades of Hopbush #DB5A98

Tints of Hopbush #DB5A98

Color information

#DB5A98 (or 0xDB5A98) is unknown color: approx Hopbush. HEX triplet: DB, 5A and 98. RGB value is (219,90,152). Sum of RGB (Red+Green+Blue) = 219+90+152=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A98 is #24A567. Grayscale: #878787. Windows color (decimal): -2401640 or 9984731. OLE color: 9984731.

HSL color Cylindrical-coordinate representation of color #DB5A98: hue angle of 331.16º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A98 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB21990152-
CMYK00.590.310.14
HSL331.16º64.18%60.59%-
HSV(B)331.16º58.9%85.88%-
XYZ38.5424.6432.43-
YUV135.64137.24187.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.51%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 152 (59.77% from 255) = 32.97%
R=47.51%
G=19.52%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199015200.590.310.14331.1664.1860.59
HexDB5A9803B1FE14b403d
Octal333132230073371651310075
Binary1101101110110101001100001110111111111101010010111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5A98; }

 p { color: rgb(219,90,152); }

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

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

 a { background-color: rgb(219,90,152); }

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

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

 span { border-color: rgb(219,90,152); }

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