Html Css Color HEX #DA1557 Ruby

📋 copy color: '#DA1557'

red 218 ◦ green 21 ◦ blue 87

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

Shades of Ruby #DA1557

Tints of Ruby #DA1557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

 BLUE value IS 87 (34.38% from 255) = 26.69%

R = 66.87%
G = 6.44%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA1557 (or 0xDA1557) is known color: Ruby. HEX triplet: DA, 15 and 57. RGB value is (218,21,87). Sum of RGB (Red+Green+Blue) = 218+21+87=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1557 is #25EAA8. Grayscale: #575757. Windows color (decimal): -2484905 or 5707226. OLE color: 5707226.

HSL color Cylindrical-coordinate representation of color #DA1557: hue angle of 339.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1557 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 87 -
CMYK 0 0.90 0.60 0.15
HSL 339.9º 0.82% 0.47% -
HSV(B) 339.9º 0.9% 0.85% -
XYZ 30.9 16.13 10.5 -
YUV 87.43 127.77 221.13 -
System Red Green Blue C M Y K H S L
Decimal 218 21 87 0 0.90 0.60 0.15 339.9 0.82 0.47
Hex DA 15 57 0 5A 3C F 154 52 2F
Octal 332 25 127 0 132 74 17 524 122 57
Binary 11011010 10101 1010111 0 1011010 111100 1111 101010100 1010010 101111

Color Harmonies of #DA1557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1557

Black with #DA1557

Text Example


Text Example

White with #DA1557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1557; }

 p { color: rgb(218,21,87); }

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

background-color css

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

 a { background-color: rgb(218,21,87); }

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

border-color css

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

 span { border-color: rgb(218,21,87); }

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