Html Css Color HEX #DA116A Ruby

📋 copy color: '#DA116A'

red 218 ◦ green 17 ◦ blue 106

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

Shades of Ruby #DA116A

Tints of Ruby #DA116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 63.93%
G = 4.99%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA116A (or 0xDA116A) is known color: Ruby. HEX triplet: DA, 11 and 6A. RGB value is (218,17,106). Sum of RGB (Red+Green+Blue) = 218+17+106=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA116A is #25EE95. Grayscale: #575757. Windows color (decimal): -2485910 or 6951386. OLE color: 6951386.

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

Color convert

RGB 218 17 106 -
CMYK 0 0.92 0.51 0.15
HSL 333.43º 0.86% 0.46% -
HSV(B) 333.43º 0.92% 0.85% -
XYZ 31.72 16.35 15.12 -
YUV 87.25 138.59 221.26 -
System Red Green Blue C M Y K H S L
Decimal 218 17 106 0 0.92 0.51 0.15 333.43 0.86 0.46
Hex DA 11 6A 0 5C 33 F 14D 56 2E
Octal 332 21 152 0 134 63 17 515 126 56
Binary 11011010 10001 1101010 0 1011100 110011 1111 101001101 1010110 101110

Color Harmonies of #DA116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA116A

Black with #DA116A

Text Example


Text Example

White with #DA116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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