Html Css Color HEX #DA1351 Ruby

📋 copy color: '#DA1351'

red 218 ◦ green 19 ◦ blue 81

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

Shades of Ruby #DA1351

Tints of Ruby #DA1351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 68.55%
G = 5.97%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA1351 (or 0xDA1351) is known color: Ruby. HEX triplet: DA, 13 and 51. RGB value is (218,19,81). Sum of RGB (Red+Green+Blue) = 218+19+81=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1351 is #25ECAE. Grayscale: #555555. Windows color (decimal): -2485423 or 5313498. OLE color: 5313498.

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

Color convert

RGB 218 19 81 -
CMYK 0 0.91 0.63 0.15
HSL 341.31º 0.84% 0.46% -
HSV(B) 341.31º 0.91% 0.85% -
XYZ 30.63 15.97 9.25 -
YUV 85.57 125.43 222.46 -
System Red Green Blue C M Y K H S L
Decimal 218 19 81 0 0.91 0.63 0.15 341.31 0.84 0.46
Hex DA 13 51 0 5B 3F F 155 54 2E
Octal 332 23 121 0 133 77 17 525 124 56
Binary 11011010 10011 1010001 0 1011011 111111 1111 101010101 1010100 101110

Color Harmonies of #DA1351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1351

Black with #DA1351

Text Example


Text Example

White with #DA1351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1351; }

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

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

background-color css

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

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

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

border-color css

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

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

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