Html Css Color HEX #D1096D Ruby

📋 copy color: '#D1096D'

red 209 ◦ green 9 ◦ blue 109

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

Shades of Ruby #D1096D

Tints of Ruby #D1096D

RGB

 RED value IS 209 (82.03% from 255) = 63.91%

 GREEN value IS 9 (3.91% from 255) = 2.75%

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 63.91%
G = 2.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1096D (or 0xD1096D) is known color: Ruby. HEX triplet: D1, 09 and 6D. RGB value is (209,9,109). Sum of RGB (Red+Green+Blue) = 209+9+109=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D1096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1096D is #2EF692. Grayscale: #4F4F4F. Windows color (decimal): -3077779 or 7145937. OLE color: 7145937.

HSL color Cylindrical-coordinate representation of color #D1096D: hue angle of 330º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1096D is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 9 109 -
CMYK 0 0.96 0.48 0.18
HSL 330º 0.92% 0.43% -
HSV(B) 330º 0.96% 0.82% -
XYZ 29.15 14.85 15.8 -
YUV 80.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 209 9 109 0 0.96 0.48 0.18 330 0.92 0.43
Hex D1 9 6D 0 60 30 12 14A 5C 2B
Octal 321 11 155 0 140 60 22 512 134 53
Binary 11010001 1001 1101101 0 1100000 110000 10010 101001010 1011100 101011

Color Harmonies of #D1096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1096D

Black with #D1096D

Text Example


Text Example

White with #D1096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1096D; }

 p { color: rgb(209,9,109); }

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

background-color css

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

 a { background-color: rgb(209,9,109); }

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

border-color css

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

 span { border-color: rgb(209,9,109); }

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