Html Css Color HEX #D9105B Ruby

📋 copy color: '#D9105B'

red 217 ◦ green 16 ◦ blue 91

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

Shades of Ruby #D9105B

Tints of Ruby #D9105B

RGB

 RED value IS 217 (85.16% from 255) = 66.98%

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

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

R = 66.98%
G = 4.94%
B = 28.09%

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

#D9105B (or 0xD9105B) is known color: Ruby. HEX triplet: D9, 10 and 5B. RGB value is (217,16,91). Sum of RGB (Red+Green+Blue) = 217+16+91=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D9105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9105B is #26EFA4. Grayscale: #545454. Windows color (decimal): -2551717 or 5968089. OLE color: 5968089.

HSL color Cylindrical-coordinate representation of color #D9105B: 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.93%. Process color model (Four color, CMYK) of #D9105B is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 91 -
CMYK 0 0.93 0.58 0.15
HSL 337.61º 0.86% 0.46% -
HSV(B) 337.61º 0.93% 0.85% -
XYZ 30.69 15.88 11.34 -
YUV 84.65 131.59 222.4 -
System Red Green Blue C M Y K H S L
Decimal 217 16 91 0 0.93 0.58 0.15 337.61 0.86 0.46
Hex D9 10 5B 0 5D 3A F 152 56 2E
Octal 331 20 133 0 135 72 17 522 126 56
Binary 11011001 10000 1011011 0 1011101 111010 1111 101010010 1010110 101110

Color Harmonies of #D9105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9105B

Black with #D9105B

Text Example


Text Example

White with #D9105B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9105B; }

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

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

background-color css

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

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

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

border-color css

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

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

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