Html Css Color HEX #DA1360 Ruby

📋 copy color: '#DA1360'

red 218 ◦ green 19 ◦ blue 96

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

Shades of Ruby #DA1360

Tints of Ruby #DA1360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 65.47%
G = 5.71%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA1360 (or 0xDA1360) is known color: Ruby. HEX triplet: DA, 13 and 60. RGB value is (218,19,96). Sum of RGB (Red+Green+Blue) = 218+19+96=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1360 is #25EC9F. Grayscale: #575757. Windows color (decimal): -2485408 or 6296538. OLE color: 6296538.

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

Color convert

RGB 218 19 96 -
CMYK 0 0.91 0.56 0.15
HSL 336.78º 0.84% 0.46% -
HSV(B) 336.78º 0.91% 0.85% -
XYZ 31.26 16.22 12.55 -
YUV 87.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 218 19 96 0 0.91 0.56 0.15 336.78 0.84 0.46
Hex DA 13 60 0 5B 38 F 151 54 2E
Octal 332 23 140 0 133 70 17 521 124 56
Binary 11011010 10011 1100000 0 1011011 111000 1111 101010001 1010100 101110

Color Harmonies of #DA1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1360

Black with #DA1360

Text Example


Text Example

White with #DA1360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1360; }

 p { color: rgb(218,19,96); }

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

background-color css

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

 a { background-color: rgb(218,19,96); }

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

border-color css

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

 span { border-color: rgb(218,19,96); }

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