Html Css Color HEX #DA1175 Ruby

📋 copy color: '#DA1175'

red 218 ◦ green 17 ◦ blue 117

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

Shades of Ruby #DA1175

Tints of Ruby #DA1175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.83%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 61.93%
G = 4.83%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA1175 (or 0xDA1175) is known color: Ruby. HEX triplet: DA, 11 and 75. RGB value is (218,17,117). Sum of RGB (Red+Green+Blue) = 218+17+117=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1175 is #25EE8A. Grayscale: #585858. Windows color (decimal): -2485899 or 7672282. OLE color: 7672282.

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

Color convert

RGB 218 17 117 -
CMYK 0 0.92 0.46 0.15
HSL 330.15º 0.86% 0.46% -
HSV(B) 330.15º 0.92% 0.85% -
XYZ 32.32 16.59 18.33 -
YUV 88.5 144.09 220.37 -
System Red Green Blue C M Y K H S L
Decimal 218 17 117 0 0.92 0.46 0.15 330.15 0.86 0.46
Hex DA 11 75 0 5C 2E F 14A 56 2E
Octal 332 21 165 0 134 56 17 512 126 56
Binary 11011010 10001 1110101 0 1011100 101110 1111 101001010 1010110 101110

Color Harmonies of #DA1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1175

Black with #DA1175

Text Example


Text Example

White with #DA1175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1175; }

 p { color: rgb(218,17,117); }

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

background-color css

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

 a { background-color: rgb(218,17,117); }

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

border-color css

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

 span { border-color: rgb(218,17,117); }

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