Html Css Color HEX #DA1054 Ruby

📋 copy color: '#DA1054'

red 218 ◦ green 16 ◦ blue 84

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

Shades of Ruby #DA1054

Tints of Ruby #DA1054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

 BLUE value IS 84 (33.2% from 255) = 26.42%

R = 68.55%
G = 5.03%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA1054 (or 0xDA1054) is known color: Ruby. HEX triplet: DA, 10 and 54. RGB value is (218,16,84). Sum of RGB (Red+Green+Blue) = 218+16+84=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1054 is #25EFAB. Grayscale: #545454. Windows color (decimal): -2486188 or 5509338. OLE color: 5509338.

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

Color convert

RGB 218 16 84 -
CMYK 0 0.93 0.61 0.15
HSL 339.8º 0.86% 0.46% -
HSV(B) 339.8º 0.93% 0.85% -
XYZ 30.7 15.92 9.84 -
YUV 84.15 127.92 223.47 -
System Red Green Blue C M Y K H S L
Decimal 218 16 84 0 0.93 0.61 0.15 339.8 0.86 0.46
Hex DA 10 54 0 5D 3D F 154 56 2E
Octal 332 20 124 0 135 75 17 524 126 56
Binary 11011010 10000 1010100 0 1011101 111101 1111 101010100 1010110 101110

Color Harmonies of #DA1054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1054

Black with #DA1054

Text Example


Text Example

White with #DA1054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1054; }

 p { color: rgb(218,16,84); }

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

background-color css

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

 a { background-color: rgb(218,16,84); }

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

border-color css

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

 span { border-color: rgb(218,16,84); }

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