Html Css Color HEX #DA115C Ruby

📋 copy color: '#DA115C'

red 218 ◦ green 17 ◦ blue 92

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

Shades of Ruby #DA115C

Tints of Ruby #DA115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 66.67%
G = 5.2%
B = 28.13%

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

#DA115C (or 0xDA115C) is known color: Ruby. HEX triplet: DA, 11 and 5C. RGB value is (218,17,92). Sum of RGB (Red+Green+Blue) = 218+17+92=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA115C is #25EEA3. Grayscale: #555555. Windows color (decimal): -2485924 or 6033882. OLE color: 6033882.

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

Color convert

RGB 218 17 92 -
CMYK 0 0.92 0.58 0.15
HSL 337.61º 0.86% 0.46% -
HSV(B) 337.61º 0.92% 0.85% -
XYZ 31.05 16.08 11.59 -
YUV 85.65 131.59 222.4 -
System Red Green Blue C M Y K H S L
Decimal 218 17 92 0 0.92 0.58 0.15 337.61 0.86 0.46
Hex DA 11 5C 0 5C 3A F 152 56 2E
Octal 332 21 134 0 134 72 17 522 126 56
Binary 11011010 10001 1011100 0 1011100 111010 1111 101010010 1010110 101110

Color Harmonies of #DA115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA115C

Black with #DA115C

Text Example


Text Example

White with #DA115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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