Html Css Color HEX #DA1159 Ruby

📋 copy color: '#DA1159'

red 218 ◦ green 17 ◦ blue 89

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

Shades of Ruby #DA1159

Tints of Ruby #DA1159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 67.28%
G = 5.25%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA1159 (or 0xDA1159) is known color: Ruby. HEX triplet: DA, 11 and 59. RGB value is (218,17,89). Sum of RGB (Red+Green+Blue) = 218+17+89=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1159 is #25EEA6. Grayscale: #555555. Windows color (decimal): -2485927 or 5837274. OLE color: 5837274.

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

Color convert

RGB 218 17 89 -
CMYK 0 0.92 0.59 0.15
HSL 338.51º 0.86% 0.46% -
HSV(B) 338.51º 0.92% 0.85% -
XYZ 30.92 16.03 10.92 -
YUV 85.31 130.09 222.65 -
System Red Green Blue C M Y K H S L
Decimal 218 17 89 0 0.92 0.59 0.15 338.51 0.86 0.46
Hex DA 11 59 0 5C 3B F 153 56 2E
Octal 332 21 131 0 134 73 17 523 126 56
Binary 11011010 10001 1011001 0 1011100 111011 1111 101010011 1010110 101110

Color Harmonies of #DA1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1159

Black with #DA1159

Text Example


Text Example

White with #DA1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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