Html Css Color HEX #DB5E98 Hopbush

📋 copy color: '#DB5E98'

red 219 ◦ green 94 ◦ blue 152

#DB5E98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #DB5E98

Tints of Hopbush #DB5E98

RGB

 RED value IS 219 (85.94% from 255) = 47.1%

 GREEN value IS 94 (37.11% from 255) = 20.22%

 BLUE value IS 152 (59.77% from 255) = 32.69%

R = 47.1%
G = 20.22%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB5E98 (or 0xDB5E98) is known color: 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

RGB 219 94 152 -
CMYK 0 0.57 0.31 0.14
HSL 332.16º 0.63% 0.61% -
HSV(B) 332.16º 0.57% 0.86% -
XYZ 38.88 25.33 32.55 -
YUV 137.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 219 94 152 0 0.57 0.31 0.14 332.16 0.63 0.61
Hex DB 5E 98 0 39 1F E 14C 3F 3D
Octal 333 136 230 0 71 37 16 514 77 75
Binary 11011011 1011110 10011000 0 111001 11111 1110 101001100 111111 111101

Color Harmonies of #DB5E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E98

Black with #DB5E98

Text Example


Text Example

White with #DB5E98

Text Example


Text Example

HTML Codes & Css Web 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>