Html Css Color HEX #D9105A Ruby

📋 copy color: '#D9105A'

red 217 ◦ green 16 ◦ blue 90

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

Shades of Ruby #D9105A

Tints of Ruby #D9105A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 67.18%
G = 4.95%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9105A (or 0xD9105A) is known color: Ruby. HEX triplet: D9, 10 and 5A. RGB value is (217,16,90). Sum of RGB (Red+Green+Blue) = 217+16+90=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D9105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9105A is #26EFA5. Grayscale: #545454. Windows color (decimal): -2551718 or 5902553. OLE color: 5902553.

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

Color convert

RGB 217 16 90 -
CMYK 0 0.93 0.59 0.15
HSL 337.91º 0.86% 0.46% -
HSV(B) 337.91º 0.93% 0.85% -
XYZ 30.65 15.86 11.12 -
YUV 84.54 131.09 222.48 -
System Red Green Blue C M Y K H S L
Decimal 217 16 90 0 0.93 0.59 0.15 337.91 0.86 0.46
Hex D9 10 5A 0 5D 3B F 152 56 2E
Octal 331 20 132 0 135 73 17 522 126 56
Binary 11011001 10000 1011010 0 1011101 111011 1111 101010010 1010110 101110

Color Harmonies of #D9105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9105A

Black with #D9105A

Text Example


Text Example

White with #D9105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9105A; }

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

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

background-color css

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

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

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

border-color css

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

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

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