Html Css Color HEX #DA599B Hopbush

📋 copy color: '#DA599B'

red 218 ◦ green 89 ◦ blue 155

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

Shades of Hopbush #DA599B

Tints of Hopbush #DA599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.55%

R = 47.19%
G = 19.26%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA599B (or 0xDA599B) is known color: Hopbush. HEX triplet: DA, 59 and 9B. RGB value is (218,89,155). Sum of RGB (Red+Green+Blue) = 218+89+155=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA599B is #25A664. Grayscale: #868686. Windows color (decimal): -2467429 or 10181082. OLE color: 10181082.

HSL color Cylindrical-coordinate representation of color #DA599B: hue angle of 329.3º 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 #DA599B is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 89 155 -
CMYK 0 0.59 0.29 0.15
HSL 329.3º 0.64% 0.6% -
HSV(B) 329.3º 0.59% 0.85% -
XYZ 38.4 24.42 33.7 -
YUV 135.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 218 89 155 0 0.59 0.29 0.15 329.3 0.64 0.6
Hex DA 59 9B 0 3B 1D F 149 40 3C
Octal 332 131 233 0 73 35 17 511 100 74
Binary 11011010 1011001 10011011 0 111011 11101 1111 101001001 1000000 111100

Color Harmonies of #DA599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA599B

Black with #DA599B

Text Example


Text Example

White with #DA599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA599B; }

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

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

background-color css

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

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

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

border-color css

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

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

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