Html Css Color HEX #DA599F Hopbush

📋 copy color: '#DA599F'

red 218 ◦ green 89 ◦ blue 159

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

Shades of Hopbush #DA599F

Tints of Hopbush #DA599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.1%

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 46.78%
G = 19.1%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA599F (or 0xDA599F) is known color: Hopbush. HEX triplet: DA, 59 and 9F. RGB value is (218,89,159). Sum of RGB (Red+Green+Blue) = 218+89+159=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA599F is #25A660. Grayscale: #878787. Windows color (decimal): -2467425 or 10443226. OLE color: 10443226.

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

Color convert

RGB 218 89 159 -
CMYK 0 0.59 0.27 0.15
HSL 327.44º 0.64% 0.6% -
HSV(B) 327.44º 0.59% 0.85% -
XYZ 38.74 24.55 35.5 -
YUV 135.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 218 89 159 0 0.59 0.27 0.15 327.44 0.64 0.6
Hex DA 59 9F 0 3B 1B F 147 40 3C
Octal 332 131 237 0 73 33 17 507 100 74
Binary 11011010 1011001 10011111 0 111011 11011 1111 101000111 1000000 111100

Color Harmonies of #DA599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA599F

Black with #DA599F

Text Example


Text Example

White with #DA599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA599F; }

 p { color: rgb(218,89,159); }

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

background-color css

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

 a { background-color: rgb(218,89,159); }

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

border-color css

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

 span { border-color: rgb(218,89,159); }

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