Html Css Color HEX #DA1361 Ruby

📋 copy color: '#DA1361'

red 218 ◦ green 19 ◦ blue 97

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

Shades of Ruby #DA1361

Tints of Ruby #DA1361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 65.27%
G = 5.69%
B = 29.04%

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

#DA1361 (or 0xDA1361) is known color: Ruby. HEX triplet: DA, 13 and 61. RGB value is (218,19,97). Sum of RGB (Red+Green+Blue) = 218+19+97=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1361 is #25EC9E. Grayscale: #575757. Windows color (decimal): -2485407 or 6362074. OLE color: 6362074.

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

Color convert

RGB 218 19 97 -
CMYK 0 0.91 0.56 0.15
HSL 336.48º 0.84% 0.46% -
HSV(B) 336.48º 0.91% 0.85% -
XYZ 31.3 16.23 12.79 -
YUV 87.39 133.43 221.16 -
System Red Green Blue C M Y K H S L
Decimal 218 19 97 0 0.91 0.56 0.15 336.48 0.84 0.46
Hex DA 13 61 0 5B 38 F 150 54 2E
Octal 332 23 141 0 133 70 17 520 124 56
Binary 11011010 10011 1100001 0 1011011 111000 1111 101010000 1010100 101110

Color Harmonies of #DA1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1361

Black with #DA1361

Text Example


Text Example

White with #DA1361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1361; }

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

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

background-color css

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

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

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

border-color css

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

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

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