Html Css Color HEX #DA1863 Ruby

📋 copy color: '#DA1863'

red 218 ◦ green 24 ◦ blue 99

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

Shades of Ruby #DA1863

Tints of Ruby #DA1863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 63.93%
G = 7.04%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA1863 (or 0xDA1863) is known color: Ruby. HEX triplet: DA, 18 and 63. RGB value is (218,24,99). Sum of RGB (Red+Green+Blue) = 218+24+99=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1863 is #25E79C. Grayscale: #5A5A5A. Windows color (decimal): -2484125 or 6494426. OLE color: 6494426.

HSL color Cylindrical-coordinate representation of color #DA1863: hue angle of 336.8º 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 #DA1863 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 99 -
CMYK 0 0.89 0.55 0.15
HSL 336.8º 0.8% 0.47% -
HSV(B) 336.8º 0.89% 0.85% -
XYZ 31.49 16.46 13.32 -
YUV 90.56 132.77 218.9 -
System Red Green Blue C M Y K H S L
Decimal 218 24 99 0 0.89 0.55 0.15 336.8 0.8 0.47
Hex DA 18 63 0 59 37 F 151 50 2F
Octal 332 30 143 0 131 67 17 521 120 57
Binary 11011010 11000 1100011 0 1011001 110111 1111 101010001 1010000 101111

Color Harmonies of #DA1863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1863

Black with #DA1863

Text Example


Text Example

White with #DA1863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1863; }

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

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

background-color css

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

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

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

border-color css

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

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

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