Html Css Color HEX #D9105D Ruby

📋 copy color: '#D9105D'

red 217 ◦ green 16 ◦ blue 93

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

Shades of Ruby #D9105D

Tints of Ruby #D9105D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 66.56%
G = 4.91%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9105D (or 0xD9105D) is known color: Ruby. HEX triplet: D9, 10 and 5D. RGB value is (217,16,93). Sum of RGB (Red+Green+Blue) = 217+16+93=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9105D is #26EFA2. Grayscale: #545454. Windows color (decimal): -2551715 or 6099161. OLE color: 6099161.

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

Color convert

RGB 217 16 93 -
CMYK 0 0.93 0.57 0.15
HSL 337.01º 0.86% 0.46% -
HSV(B) 337.01º 0.93% 0.85% -
XYZ 30.78 15.91 11.81 -
YUV 84.88 132.59 222.24 -
System Red Green Blue C M Y K H S L
Decimal 217 16 93 0 0.93 0.57 0.15 337.01 0.86 0.46
Hex D9 10 5D 0 5D 39 F 151 56 2E
Octal 331 20 135 0 135 71 17 521 126 56
Binary 11011001 10000 1011101 0 1011101 111001 1111 101010001 1010110 101110

Color Harmonies of #D9105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9105D

Black with #D9105D

Text Example


Text Example

White with #D9105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9105D; }

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

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

background-color css

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

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

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

border-color css

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

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

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