Html Css Color HEX #DA105B Ruby

📋 copy color: '#DA105B'

red 218 ◦ green 16 ◦ blue 91

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

Shades of Ruby #DA105B

Tints of Ruby #DA105B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.92%

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

R = 67.08%
G = 4.92%
B = 28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA105B (or 0xDA105B) is known color: Ruby. HEX triplet: DA, 10 and 5B. RGB value is (218,16,91). Sum of RGB (Red+Green+Blue) = 218+16+91=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA105B is #25EFA4. Grayscale: #545454. Windows color (decimal): -2486181 or 5968090. OLE color: 5968090.

HSL color Cylindrical-coordinate representation of color #DA105B: hue angle of 337.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA105B is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 16 91 -
CMYK 0 0.93 0.58 0.15
HSL 337.72º 0.86% 0.46% -
HSV(B) 337.72º 0.93% 0.85% -
XYZ 30.99 16.03 11.36 -
YUV 84.95 131.42 222.9 -
System Red Green Blue C M Y K H S L
Decimal 218 16 91 0 0.93 0.58 0.15 337.72 0.86 0.46
Hex DA 10 5B 0 5D 3A F 152 56 2E
Octal 332 20 133 0 135 72 17 522 126 56
Binary 11011010 10000 1011011 0 1011101 111010 1111 101010010 1010110 101110

Color Harmonies of #DA105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA105B

Black with #DA105B

Text Example


Text Example

White with #DA105B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA105B; }

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

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

background-color css

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

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

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

border-color css

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

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

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