Html Css Color HEX #D1086B Ruby

📋 copy color: '#D1086B'

red 209 ◦ green 8 ◦ blue 107

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

Shades of Ruby #D1086B

Tints of Ruby #D1086B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

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

R = 64.51%
G = 2.47%
B = 33.02%

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

#D1086B (or 0xD1086B) is known color: Ruby. HEX triplet: D1, 08 and 6B. RGB value is (209,8,107). Sum of RGB (Red+Green+Blue) = 209+8+107=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1086B is #2EF794. Grayscale: #4F4F4F. Windows color (decimal): -3078037 or 7014609. OLE color: 7014609.

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

Color convert

RGB 209 8 107 -
CMYK 0 0.96 0.49 0.18
HSL 330.45º 0.93% 0.43% -
HSV(B) 330.45º 0.96% 0.82% -
XYZ 29.04 14.79 15.23 -
YUV 79.39 143.59 220.45 -
System Red Green Blue C M Y K H S L
Decimal 209 8 107 0 0.96 0.49 0.18 330.45 0.93 0.43
Hex D1 8 6B 0 60 31 12 14A 5D 2B
Octal 321 10 153 0 140 61 22 512 135 53
Binary 11010001 1000 1101011 0 1100000 110001 10010 101001010 1011101 101011

Color Harmonies of #D1086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1086B

Black with #D1086B

Text Example


Text Example

White with #D1086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1086B; }

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

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

background-color css

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

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

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

border-color css

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

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

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