Html Css Color HEX #DA1854 Ruby

📋 copy color: '#DA1854'

red 218 ◦ green 24 ◦ blue 84

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

Shades of Ruby #DA1854

Tints of Ruby #DA1854

RGB

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

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

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

R = 66.87%
G = 7.36%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA1854 (or 0xDA1854) is known color: Ruby. HEX triplet: DA, 18 and 54. RGB value is (218,24,84). Sum of RGB (Red+Green+Blue) = 218+24+84=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1854 is #25E7AB. Grayscale: #585858. Windows color (decimal): -2484140 or 5511386. OLE color: 5511386.

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

Color convert

RGB 218 24 84 -
CMYK 0 0.89 0.61 0.15
HSL 341.44º 0.8% 0.47% -
HSV(B) 341.44º 0.89% 0.85% -
XYZ 30.84 16.2 9.89 -
YUV 88.85 125.27 220.12 -
System Red Green Blue C M Y K H S L
Decimal 218 24 84 0 0.89 0.61 0.15 341.44 0.8 0.47
Hex DA 18 54 0 59 3D F 155 50 2F
Octal 332 30 124 0 131 75 17 525 120 57
Binary 11011010 11000 1010100 0 1011001 111101 1111 101010101 1010000 101111

Color Harmonies of #DA1854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1854

Black with #DA1854

Text Example


Text Example

White with #DA1854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1854; }

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

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

background-color css

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

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

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

border-color css

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

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

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