Html Css Color HEX #D1096B Ruby

📋 copy color: '#D1096B'

red 209 ◦ green 9 ◦ blue 107

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

Shades of Ruby #D1096B

Tints of Ruby #D1096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 64.31%
G = 2.77%
B = 32.92%

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

#D1096B (or 0xD1096B) is known color: Ruby. HEX triplet: D1, 09 and 6B. RGB value is (209,9,107). Sum of RGB (Red+Green+Blue) = 209+9+107=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1096B is #2EF694. Grayscale: #4F4F4F. Windows color (decimal): -3077781 or 7014865. OLE color: 7014865.

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

Color convert

RGB 209 9 107 -
CMYK 0 0.96 0.49 0.18
HSL 330.6º 0.92% 0.43% -
HSV(B) 330.6º 0.96% 0.82% -
XYZ 29.05 14.81 15.24 -
YUV 79.97 143.26 220.03 -
System Red Green Blue C M Y K H S L
Decimal 209 9 107 0 0.96 0.49 0.18 330.6 0.92 0.43
Hex D1 9 6B 0 60 31 12 14B 5C 2B
Octal 321 11 153 0 140 61 22 513 134 53
Binary 11010001 1001 1101011 0 1100000 110001 10010 101001011 1011100 101011

Color Harmonies of #D1096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1096B

Black with #D1096B

Text Example


Text Example

White with #D1096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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