Html Css Color HEX #DB58A6 Hopbush

📋 copy color: '#DB58A6'

red 219 ◦ green 88 ◦ blue 166

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

Shades of Hopbush #DB58A6

Tints of Hopbush #DB58A6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.6%

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 46.3%
G = 18.6%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB58A6 (or 0xDB58A6) is known color: Hopbush. HEX triplet: DB, 58 and A6. RGB value is (219,88,166). Sum of RGB (Red+Green+Blue) = 219+88+166=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58A6 is #24A759. Grayscale: #878787. Windows color (decimal): -2402138 or 10901723. OLE color: 10901723.

HSL color Cylindrical-coordinate representation of color #DB58A6: hue angle of 324.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58A6 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 88 166 -
CMYK 0 0.60 0.24 0.14
HSL 324.27º 0.65% 0.6% -
HSV(B) 324.27º 0.6% 0.86% -
XYZ 39.59 24.79 38.78 -
YUV 136.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 219 88 166 0 0.60 0.24 0.14 324.27 0.65 0.6
Hex DB 58 A6 0 3C 18 E 144 41 3C
Octal 333 130 246 0 74 30 16 504 101 74
Binary 11011011 1011000 10100110 0 111100 11000 1110 101000100 1000001 111100

Color Harmonies of #DB58A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB58A6

Black with #DB58A6

Text Example


Text Example

White with #DB58A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB58A6; }

 p { color: rgb(219,88,166); }

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

background-color css

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

 a { background-color: rgb(219,88,166); }

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

border-color css

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

 span { border-color: rgb(219,88,166); }

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