Html Css Color HEX #DA5899 Hopbush

📋 copy color: '#DA5899'

red 218 ◦ green 88 ◦ blue 153

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

Shades of Hopbush #DA5899

Tints of Hopbush #DA5899

RGB

 RED value IS 218 (85.55% from 255) = 47.49%

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

 BLUE value IS 153 (60.16% from 255) = 33.33%

R = 47.49%
G = 19.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA5899 (or 0xDA5899) is known color: Hopbush. HEX triplet: DA, 58 and 99. RGB value is (218,88,153). Sum of RGB (Red+Green+Blue) = 218+88+153=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5899 is #25A766. Grayscale: #868686. Windows color (decimal): -2467687 or 10049754. OLE color: 10049754.

HSL color Cylindrical-coordinate representation of color #DA5899: hue angle of 330º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5899 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 153 -
CMYK 0 0.60 0.30 0.15
HSL 330º 0.64% 0.6% -
HSV(B) 330º 0.6% 0.85% -
XYZ 38.15 24.18 32.79 -
YUV 134.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 218 88 153 0 0.60 0.30 0.15 330 0.64 0.6
Hex DA 58 99 0 3C 1E F 14A 40 3C
Octal 332 130 231 0 74 36 17 512 100 74
Binary 11011010 1011000 10011001 0 111100 11110 1111 101001010 1000000 111100

Color Harmonies of #DA5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5899

Black with #DA5899

Text Example


Text Example

White with #DA5899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5899; }

 p { color: rgb(218,88,153); }

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

background-color css

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

 a { background-color: rgb(218,88,153); }

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

border-color css

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

 span { border-color: rgb(218,88,153); }

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