Html Css Color HEX #DA1371 Ruby

📋 copy color: '#DA1371'

red 218 ◦ green 19 ◦ blue 113

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

Shades of Ruby #DA1371

Tints of Ruby #DA1371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 62.29%
G = 5.43%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA1371 (or 0xDA1371) is known color: Ruby. HEX triplet: DA, 13 and 71. RGB value is (218,19,113). Sum of RGB (Red+Green+Blue) = 218+19+113=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1371 is #25EC8E. Grayscale: #595959. Windows color (decimal): -2485391 or 7410650. OLE color: 7410650.

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

Color convert

RGB 218 19 113 -
CMYK 0 0.91 0.48 0.15
HSL 331.66º 0.84% 0.46% -
HSV(B) 331.66º 0.91% 0.85% -
XYZ 32.13 16.56 17.13 -
YUV 89.22 141.43 219.86 -
System Red Green Blue C M Y K H S L
Decimal 218 19 113 0 0.91 0.48 0.15 331.66 0.84 0.46
Hex DA 13 71 0 5B 30 F 14C 54 2E
Octal 332 23 161 0 133 60 17 514 124 56
Binary 11011010 10011 1110001 0 1011011 110000 1111 101001100 1010100 101110

Color Harmonies of #DA1371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1371

Black with #DA1371

Text Example


Text Example

White with #DA1371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1371; }

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

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

background-color css

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

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

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

border-color css

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

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

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