#DB5E98

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

Shades of Hopbush #DB5E98

Tints of Hopbush #DB5E98

Color information

#DB5E98 (or 0xDB5E98) is unknown color: approx Hopbush. HEX triplet: DB, 5E and 98. RGB value is (219,94,152). Sum of RGB (Red+Green+Blue) = 219+94+152=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5E98 is #24A167. Grayscale: #898989. Windows color (decimal): -2400616 or 9985755. OLE color: 9985755.

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

Color convert

RGB21994152-
CMYK00.570.310.14
HSL332.16º63.45%61.37%-
HSV(B)332.16º57.08%85.88%-
XYZ38.8825.3332.55-
YUV137.99135.91185.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=47.10%
G=20.22%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199415200.570.310.14332.1663.4561.37
HexDB5E980391FE14c3f3d
Octal33313623007137165147775
Binary110110111011110100110000111001111111110101001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5E98; }

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

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

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

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

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

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

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

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