Html Css Color HEX #DA115F Ruby

📋 copy color: '#DA115F'

red 218 ◦ green 17 ◦ blue 95

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

Shades of Ruby #DA115F

Tints of Ruby #DA115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 66.06%
G = 5.15%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA115F (or 0xDA115F) is known color: Ruby. HEX triplet: DA, 11 and 5F. RGB value is (218,17,95). Sum of RGB (Red+Green+Blue) = 218+17+95=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA115F is #25EEA0. Grayscale: #555555. Windows color (decimal): -2485921 or 6230490. OLE color: 6230490.

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

Color convert

RGB 218 17 95 -
CMYK 0 0.92 0.56 0.15
HSL 336.72º 0.86% 0.46% -
HSV(B) 336.72º 0.92% 0.85% -
XYZ 31.18 16.13 12.3 -
YUV 85.99 133.09 222.16 -
System Red Green Blue C M Y K H S L
Decimal 218 17 95 0 0.92 0.56 0.15 336.72 0.86 0.46
Hex DA 11 5F 0 5C 38 F 151 56 2E
Octal 332 21 137 0 134 70 17 521 126 56
Binary 11011010 10001 1011111 0 1011100 111000 1111 101010001 1010110 101110

Color Harmonies of #DA115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA115F

Black with #DA115F

Text Example


Text Example

White with #DA115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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