Html Css Color HEX #D3166C Ruby

📋 copy color: '#D3166C'

red 211 ◦ green 22 ◦ blue 108

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

Shades of Ruby #D3166C

Tints of Ruby #D3166C

RGB

 RED value IS 211 (82.81% from 255) = 61.88%

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

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

R = 61.88%
G = 6.45%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3166C (or 0xD3166C) is known color: Ruby. HEX triplet: D3, 16 and 6C. RGB value is (211,22,108). Sum of RGB (Red+Green+Blue) = 211+22+108=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3166C is #2CE993. Grayscale: #585858. Windows color (decimal): -2943380 or 7083731. OLE color: 7083731.

HSL color Cylindrical-coordinate representation of color #D3166C: hue angle of 332.7º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3166C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 22 108 -
CMYK 0 0.90 0.49 0.17
HSL 332.7º 0.81% 0.46% -
HSV(B) 332.7º 0.9% 0.83% -
XYZ 29.86 15.51 15.61 -
YUV 88.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 211 22 108 0 0.90 0.49 0.17 332.7 0.81 0.46
Hex D3 16 6C 0 5A 31 11 14D 51 2E
Octal 323 26 154 0 132 61 21 515 121 56
Binary 11010011 10110 1101100 0 1011010 110001 10001 101001101 1010001 101110

Color Harmonies of #D3166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3166C

Black with #D3166C

Text Example


Text Example

White with #D3166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3166C; }

 p { color: rgb(211,22,108); }

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

background-color css

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

 a { background-color: rgb(211,22,108); }

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

border-color css

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

 span { border-color: rgb(211,22,108); }

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