Html Css Color HEX #DB5F9E Hopbush

📋 copy color: '#DB5F9E'

red 219 ◦ green 95 ◦ blue 158

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

Shades of Hopbush #DB5F9E

Tints of Hopbush #DB5F9E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

 BLUE value IS 158 (62.11% from 255) = 33.47%

R = 46.4%
G = 20.13%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB5F9E (or 0xDB5F9E) is known color: Hopbush. HEX triplet: DB, 5F and 9E. RGB value is (219,95,158). Sum of RGB (Red+Green+Blue) = 219+95+158=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F9E is #24A061. Grayscale: #8B8B8B. Windows color (decimal): -2400354 or 10379227. OLE color: 10379227.

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

Color convert

RGB 219 95 158 -
CMYK 0 0.57 0.28 0.14
HSL 329.52º 0.63% 0.62% -
HSV(B) 329.52º 0.57% 0.86% -
XYZ 39.48 25.71 35.23 -
YUV 139.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 219 95 158 0 0.57 0.28 0.14 329.52 0.63 0.62
Hex DB 5F 9E 0 39 1C E 14A 3F 3E
Octal 333 137 236 0 71 34 16 512 77 76
Binary 11011011 1011111 10011110 0 111001 11100 1110 101001010 111111 111110

Color Harmonies of #DB5F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F9E

Black with #DB5F9E

Text Example


Text Example

White with #DB5F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F9E; }

 p { color: rgb(219,95,158); }

 H1.HeaderClassName
 {
   color: #DB5F9E;
 }
 .AnyTagClassName
 {
   color: #DB5F9E;
 }
</style>

background-color css

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

 a { background-color: rgb(219,95,158); }

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

border-color css

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

 span { border-color: rgb(219,95,158); }

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