Html Css Color HEX #DA1459 Ruby

📋 copy color: '#DA1459'

red 218 ◦ green 20 ◦ blue 89

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

Shades of Ruby #DA1459

Tints of Ruby #DA1459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

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

R = 66.67%
G = 6.12%
B = 27.22%

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

#DA1459 (or 0xDA1459) is known color: Ruby. HEX triplet: DA, 14 and 59. RGB value is (218,20,89). Sum of RGB (Red+Green+Blue) = 218+20+89=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1459 is #25EBA6. Grayscale: #565656. Windows color (decimal): -2485159 or 5838042. OLE color: 5838042.

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

Color convert

RGB 218 20 89 -
CMYK 0 0.91 0.59 0.15
HSL 339.09º 0.83% 0.47% -
HSV(B) 339.09º 0.91% 0.85% -
XYZ 30.97 16.13 10.93 -
YUV 87.07 129.1 221.39 -
System Red Green Blue C M Y K H S L
Decimal 218 20 89 0 0.91 0.59 0.15 339.09 0.83 0.47
Hex DA 14 59 0 5B 3B F 153 53 2F
Octal 332 24 131 0 133 73 17 523 123 57
Binary 11011010 10100 1011001 0 1011011 111011 1111 101010011 1010011 101111

Color Harmonies of #DA1459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1459

Black with #DA1459

Text Example


Text Example

White with #DA1459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1459; }

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

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

background-color css

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

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

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

border-color css

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

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

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