Html Css Color HEX #DA1056 Ruby

📋 copy color: '#DA1056'

red 218 ◦ green 16 ◦ blue 86

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

Shades of Ruby #DA1056

Tints of Ruby #DA1056

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5%

 BLUE value IS 86 (33.98% from 255) = 26.88%

R = 68.13%
G = 5%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA1056 (or 0xDA1056) is known color: Ruby. HEX triplet: DA, 10 and 56. RGB value is (218,16,86). Sum of RGB (Red+Green+Blue) = 218+16+86=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1056 is #25EFA9. Grayscale: #545454. Windows color (decimal): -2486186 or 5640410. OLE color: 5640410.

HSL color Cylindrical-coordinate representation of color #DA1056: hue angle of 339.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1056 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 16 86 -
CMYK 0 0.93 0.61 0.15
HSL 339.21º 0.86% 0.46% -
HSV(B) 339.21º 0.93% 0.85% -
XYZ 30.78 15.95 10.26 -
YUV 84.38 128.92 223.31 -
System Red Green Blue C M Y K H S L
Decimal 218 16 86 0 0.93 0.61 0.15 339.21 0.86 0.46
Hex DA 10 56 0 5D 3D F 153 56 2E
Octal 332 20 126 0 135 75 17 523 126 56
Binary 11011010 10000 1010110 0 1011101 111101 1111 101010011 1010110 101110

Color Harmonies of #DA1056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1056

Black with #DA1056

Text Example


Text Example

White with #DA1056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1056; }

 p { color: rgb(218,16,86); }

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

background-color css

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

 a { background-color: rgb(218,16,86); }

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

border-color css

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

 span { border-color: rgb(218,16,86); }

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