Html Css Color HEX #DA115B Ruby

📋 copy color: '#DA115B'

red 218 ◦ green 17 ◦ blue 91

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

Shades of Ruby #DA115B

Tints of Ruby #DA115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 66.87%
G = 5.21%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA115B (or 0xDA115B) is known color: Ruby. HEX triplet: DA, 11 and 5B. RGB value is (218,17,91). Sum of RGB (Red+Green+Blue) = 218+17+91=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA115B is #25EEA4. Grayscale: #555555. Windows color (decimal): -2485925 or 5968346. OLE color: 5968346.

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

Color convert

RGB 218 17 91 -
CMYK 0 0.92 0.58 0.15
HSL 337.91º 0.86% 0.46% -
HSV(B) 337.91º 0.92% 0.85% -
XYZ 31 16.06 11.36 -
YUV 85.54 131.09 222.48 -
System Red Green Blue C M Y K H S L
Decimal 218 17 91 0 0.92 0.58 0.15 337.91 0.86 0.46
Hex DA 11 5B 0 5C 3A F 152 56 2E
Octal 332 21 133 0 134 72 17 522 126 56
Binary 11011010 10001 1011011 0 1011100 111010 1111 101010010 1010110 101110

Color Harmonies of #DA115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA115B

Black with #DA115B

Text Example


Text Example

White with #DA115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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