Html Css Color HEX #DA5996 Hopbush

📋 copy color: '#DA5996'

red 218 ◦ green 89 ◦ blue 150

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

Shades of Hopbush #DA5996

Tints of Hopbush #DA5996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 47.7%
G = 19.47%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA5996 (or 0xDA5996) is known color: Hopbush. HEX triplet: DA, 59 and 96. RGB value is (218,89,150). Sum of RGB (Red+Green+Blue) = 218+89+150=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5996 is #25A669. Grayscale: #868686. Windows color (decimal): -2467434 or 9853402. OLE color: 9853402.

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

Color convert

RGB 218 89 150 -
CMYK 0 0.59 0.31 0.15
HSL 331.63º 0.64% 0.6% -
HSV(B) 331.63º 0.59% 0.85% -
XYZ 37.99 24.25 31.53 -
YUV 134.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 218 89 150 0 0.59 0.31 0.15 331.63 0.64 0.6
Hex DA 59 96 0 3B 1F F 14C 40 3C
Octal 332 131 226 0 73 37 17 514 100 74
Binary 11011010 1011001 10010110 0 111011 11111 1111 101001100 1000000 111100

Color Harmonies of #DA5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5996

Black with #DA5996

Text Example


Text Example

White with #DA5996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5996; }

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

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

background-color css

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

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

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

border-color css

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

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

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