Html Css Color HEX #DA1859 Ruby

📋 copy color: '#DA1859'

red 218 ◦ green 24 ◦ blue 89

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

Shades of Ruby #DA1859

Tints of Ruby #DA1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 65.86%
G = 7.25%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA1859 (or 0xDA1859) is known color: Ruby. HEX triplet: DA, 18 and 59. RGB value is (218,24,89). Sum of RGB (Red+Green+Blue) = 218+24+89=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1859 is #25E7A6. Grayscale: #595959. Windows color (decimal): -2484135 or 5839066. OLE color: 5839066.

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

Color convert

RGB 218 24 89 -
CMYK 0 0.89 0.59 0.15
HSL 339.9º 0.8% 0.47% -
HSV(B) 339.9º 0.89% 0.85% -
XYZ 31.04 16.28 10.96 -
YUV 89.42 127.77 219.71 -
System Red Green Blue C M Y K H S L
Decimal 218 24 89 0 0.89 0.59 0.15 339.9 0.8 0.47
Hex DA 18 59 0 59 3B F 154 50 2F
Octal 332 30 131 0 131 73 17 524 120 57
Binary 11011010 11000 1011001 0 1011001 111011 1111 101010100 1010000 101111

Color Harmonies of #DA1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1859

Black with #DA1859

Text Example


Text Example

White with #DA1859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1859; }

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

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

background-color css

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

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

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

border-color css

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

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

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