Html Css Color HEX #DB58A4 Hopbush

📋 copy color: '#DB58A4'

red 219 ◦ green 88 ◦ blue 164

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

Shades of Hopbush #DB58A4

Tints of Hopbush #DB58A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.82%

R = 46.5%
G = 18.68%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB58A4 (or 0xDB58A4) is known color: Hopbush. HEX triplet: DB, 58 and A4. RGB value is (219,88,164). Sum of RGB (Red+Green+Blue) = 219+88+164=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58A4 is #24A75B. Grayscale: #878787. Windows color (decimal): -2402140 or 10770651. OLE color: 10770651.

HSL color Cylindrical-coordinate representation of color #DB58A4: hue angle of 325.19º 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 #DB58A4 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 88 164 -
CMYK 0 0.60 0.25 0.14
HSL 325.19º 0.65% 0.6% -
HSV(B) 325.19º 0.6% 0.86% -
XYZ 39.4 24.72 37.82 -
YUV 135.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 219 88 164 0 0.60 0.25 0.14 325.19 0.65 0.6
Hex DB 58 A4 0 3C 19 E 145 41 3C
Octal 333 130 244 0 74 31 16 505 101 74
Binary 11011011 1011000 10100100 0 111100 11001 1110 101000101 1000001 111100

Color Harmonies of #DB58A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB58A4

Black with #DB58A4

Text Example


Text Example

White with #DB58A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB58A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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