Html Css Color HEX #DA1359 Ruby

📋 copy color: '#DA1359'

red 218 ◦ green 19 ◦ blue 89

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

Shades of Ruby #DA1359

Tints of Ruby #DA1359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

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

R = 66.87%
G = 5.83%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA1359 (or 0xDA1359) is known color: Ruby. HEX triplet: DA, 13 and 59. RGB value is (218,19,89). Sum of RGB (Red+Green+Blue) = 218+19+89=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1359 is #25ECA6. Grayscale: #565656. Windows color (decimal): -2485415 or 5837786. OLE color: 5837786.

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

Color convert

RGB 218 19 89 -
CMYK 0 0.91 0.59 0.15
HSL 338.89º 0.84% 0.46% -
HSV(B) 338.89º 0.91% 0.85% -
XYZ 30.95 16.09 10.93 -
YUV 86.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 218 19 89 0 0.91 0.59 0.15 338.89 0.84 0.46
Hex DA 13 59 0 5B 3B F 153 54 2E
Octal 332 23 131 0 133 73 17 523 124 56
Binary 11011010 10011 1011001 0 1011011 111011 1111 101010011 1010100 101110

Color Harmonies of #DA1359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1359

Black with #DA1359

Text Example


Text Example

White with #DA1359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1359; }

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

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

background-color css

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

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

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

border-color css

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

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

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