Html Css Color HEX #DA1861 Ruby

📋 copy color: '#DA1861'

red 218 ◦ green 24 ◦ blue 97

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

Shades of Ruby #DA1861

Tints of Ruby #DA1861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.08%

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 64.31%
G = 7.08%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA1861 (or 0xDA1861) is known color: Ruby. HEX triplet: DA, 18 and 61. RGB value is (218,24,97). Sum of RGB (Red+Green+Blue) = 218+24+97=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1861 is #25E79E. Grayscale: #5A5A5A. Windows color (decimal): -2484127 or 6363354. OLE color: 6363354.

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

Color convert

RGB 218 24 97 -
CMYK 0 0.89 0.56 0.15
HSL 337.42º 0.8% 0.47% -
HSV(B) 337.42º 0.89% 0.85% -
XYZ 31.4 16.42 12.82 -
YUV 90.33 131.77 219.06 -
System Red Green Blue C M Y K H S L
Decimal 218 24 97 0 0.89 0.56 0.15 337.42 0.8 0.47
Hex DA 18 61 0 59 38 F 151 50 2F
Octal 332 30 141 0 131 70 17 521 120 57
Binary 11011010 11000 1100001 0 1011001 111000 1111 101010001 1010000 101111

Color Harmonies of #DA1861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1861

Black with #DA1861

Text Example


Text Example

White with #DA1861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1861; }

 p { color: rgb(218,24,97); }

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

background-color css

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

 a { background-color: rgb(218,24,97); }

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

border-color css

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

 span { border-color: rgb(218,24,97); }

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