Html Css Color HEX #DA1A58 Ruby

📋 copy color: '#DA1A58'

red 218 ◦ green 26 ◦ blue 88

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

Shades of Ruby #DA1A58

Tints of Ruby #DA1A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.83%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 65.66%
G = 7.83%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA1A58 (or 0xDA1A58) is known color: Ruby. HEX triplet: DA, 1A and 58. RGB value is (218,26,88). Sum of RGB (Red+Green+Blue) = 218+26+88=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1A58 is #25E5A7. Grayscale: #5A5A5A. Windows color (decimal): -2483624 or 5774042. OLE color: 5774042.

HSL color Cylindrical-coordinate representation of color #DA1A58: hue angle of 340.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1A58 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 26 88 -
CMYK 0 0.88 0.60 0.15
HSL 340.63º 0.79% 0.48% -
HSV(B) 340.63º 0.88% 0.85% -
XYZ 31.04 16.35 10.75 -
YUV 90.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 218 26 88 0 0.88 0.60 0.15 340.63 0.79 0.48
Hex DA 1A 58 0 58 3C F 155 4F 30
Octal 332 32 130 0 130 74 17 525 117 60
Binary 11011010 11010 1011000 0 1011000 111100 1111 101010101 1001111 110000

Color Harmonies of #DA1A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A58

Black with #DA1A58

Text Example


Text Example

White with #DA1A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A58; }

 p { color: rgb(218,26,88); }

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

background-color css

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

 a { background-color: rgb(218,26,88); }

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

border-color css

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

 span { border-color: rgb(218,26,88); }

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