Html Css Color HEX #D1096E Ruby

📋 copy color: '#D1096E'

red 209 ◦ green 9 ◦ blue 110

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

Shades of Ruby #D1096E

Tints of Ruby #D1096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 63.72%
G = 2.74%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1096E (or 0xD1096E) is known color: Ruby. HEX triplet: D1, 09 and 6E. RGB value is (209,9,110). Sum of RGB (Red+Green+Blue) = 209+9+110=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D1096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1096E is #2EF691. Grayscale: #505050. Windows color (decimal): -3077778 or 7211473. OLE color: 7211473.

HSL color Cylindrical-coordinate representation of color #D1096E: hue angle of 329.7º 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 #D1096E is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 9 110 -
CMYK 0 0.96 0.47 0.18
HSL 329.7º 0.92% 0.43% -
HSV(B) 329.7º 0.96% 0.82% -
XYZ 29.21 14.88 16.08 -
YUV 80.31 144.76 219.79 -
System Red Green Blue C M Y K H S L
Decimal 209 9 110 0 0.96 0.47 0.18 329.7 0.92 0.43
Hex D1 9 6E 0 60 2F 12 14A 5C 2B
Octal 321 11 156 0 140 57 22 512 134 53
Binary 11010001 1001 1101110 0 1100000 101111 10010 101001010 1011100 101011

Color Harmonies of #D1096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1096E

Black with #D1096E

Text Example


Text Example

White with #D1096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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