Html Css Color HEX #D1096A Ruby

📋 copy color: '#D1096A'

red 209 ◦ green 9 ◦ blue 106

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

Shades of Ruby #D1096A

Tints of Ruby #D1096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 64.51%
G = 2.78%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1096A (or 0xD1096A) is known color: Ruby. HEX triplet: D1, 09 and 6A. RGB value is (209,9,106). Sum of RGB (Red+Green+Blue) = 209+9+106=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1096A is #2EF695. Grayscale: #4F4F4F. Windows color (decimal): -3077782 or 6949329. OLE color: 6949329.

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

Color convert

RGB 209 9 106 -
CMYK 0 0.96 0.49 0.18
HSL 330.9º 0.92% 0.43% -
HSV(B) 330.9º 0.96% 0.82% -
XYZ 28.99 14.79 14.96 -
YUV 79.86 142.76 220.11 -
System Red Green Blue C M Y K H S L
Decimal 209 9 106 0 0.96 0.49 0.18 330.9 0.92 0.43
Hex D1 9 6A 0 60 31 12 14B 5C 2B
Octal 321 11 152 0 140 61 22 513 134 53
Binary 11010001 1001 1101010 0 1100000 110001 10010 101001011 1011100 101011

Color Harmonies of #D1096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1096A

Black with #D1096A

Text Example


Text Example

White with #D1096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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