Html Css Color HEX #DA1E73 Ruby

📋 copy color: '#DA1E73'

red 218 ◦ green 30 ◦ blue 115

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

Shades of Ruby #DA1E73

Tints of Ruby #DA1E73

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.26%

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 60.06%
G = 8.26%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA1E73 (or 0xDA1E73) is known color: Ruby. HEX triplet: DA, 1E and 73. RGB value is (218,30,115). Sum of RGB (Red+Green+Blue) = 218+30+115=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1E73 is #25E18C. Grayscale: #5F5F5F. Windows color (decimal): -2482573 or 7544538. OLE color: 7544538.

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

Color convert

RGB 218 30 115 -
CMYK 0 0.86 0.47 0.15
HSL 332.87º 0.76% 0.49% -
HSV(B) 332.87º 0.86% 0.85% -
XYZ 32.47 17.07 17.8 -
YUV 95.9 138.78 215.09 -
System Red Green Blue C M Y K H S L
Decimal 218 30 115 0 0.86 0.47 0.15 332.87 0.76 0.49
Hex DA 1E 73 0 56 2F F 14D 4C 31
Octal 332 36 163 0 126 57 17 515 114 61
Binary 11011010 11110 1110011 0 1010110 101111 1111 101001101 1001100 110001

Color Harmonies of #DA1E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E73

Black with #DA1E73

Text Example


Text Example

White with #DA1E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E73; }

 p { color: rgb(218,30,115); }

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

background-color css

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

 a { background-color: rgb(218,30,115); }

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

border-color css

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

 span { border-color: rgb(218,30,115); }

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