Html Css Color HEX #D1086C Ruby

📋 copy color: '#D1086C'

red 209 ◦ green 8 ◦ blue 108

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

Shades of Ruby #D1086C

Tints of Ruby #D1086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 64.31%
G = 2.46%
B = 33.23%

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

#D1086C (or 0xD1086C) is known color: Ruby. HEX triplet: D1, 08 and 6C. RGB value is (209,8,108). Sum of RGB (Red+Green+Blue) = 209+8+108=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1086C is #2EF793. Grayscale: #4F4F4F. Windows color (decimal): -3078036 or 7080145. OLE color: 7080145.

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

Color convert

RGB 209 8 108 -
CMYK 0 0.96 0.48 0.18
HSL 330.15º 0.93% 0.43% -
HSV(B) 330.15º 0.96% 0.82% -
XYZ 29.09 14.81 15.51 -
YUV 79.5 144.09 220.37 -
System Red Green Blue C M Y K H S L
Decimal 209 8 108 0 0.96 0.48 0.18 330.15 0.93 0.43
Hex D1 8 6C 0 60 30 12 14A 5D 2B
Octal 321 10 154 0 140 60 22 512 135 53
Binary 11010001 1000 1101100 0 1100000 110000 10010 101001010 1011101 101011

Color Harmonies of #D1086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1086C

Black with #D1086C

Text Example


Text Example

White with #D1086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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