Html Css Color HEX #D1166F Ruby

📋 copy color: '#D1166F'

red 209 ◦ green 22 ◦ blue 111

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

Shades of Ruby #D1166F

Tints of Ruby #D1166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.43%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 61.11%
G = 6.43%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1166F (or 0xD1166F) is known color: Ruby. HEX triplet: D1, 16 and 6F. RGB value is (209,22,111). Sum of RGB (Red+Green+Blue) = 209+22+111=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1166F is #2EE990. Grayscale: #575757. Windows color (decimal): -3074449 or 7280337. OLE color: 7280337.

HSL color Cylindrical-coordinate representation of color #D1166F: hue angle of 331.44º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1166F is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 22 111 -
CMYK 0 0.89 0.47 0.18
HSL 331.44º 0.81% 0.45% -
HSV(B) 331.44º 0.89% 0.82% -
XYZ 29.45 15.28 16.44 -
YUV 88.06 140.95 214.26 -
System Red Green Blue C M Y K H S L
Decimal 209 22 111 0 0.89 0.47 0.18 331.44 0.81 0.45
Hex D1 16 6F 0 59 2F 12 14B 51 2D
Octal 321 26 157 0 131 57 22 513 121 55
Binary 11010001 10110 1101111 0 1011001 101111 10010 101001011 1010001 101101

Color Harmonies of #D1166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1166F

Black with #D1166F

Text Example


Text Example

White with #D1166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1166F; }

 p { color: rgb(209,22,111); }

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

background-color css

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

 a { background-color: rgb(209,22,111); }

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

border-color css

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

 span { border-color: rgb(209,22,111); }

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